The title of the ContentItem.
Namespace: DotNetNuke.Entities.ContentAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[XmlElementAttribute("contentTitle")] public string ContentTitle { get; set; } |
Visual Basic |
---|
<XmlElementAttribute("contentTitle")> Public Property ContentTitle As String Get Set |