Gets or sets the content key.
Namespace: DotNetNuke.Entities.ContentAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[XmlElementAttribute("contentKey")] public string ContentKey { get; set; } |
Visual Basic |
---|
<XmlElementAttribute("contentKey")> Public Property ContentKey As String Get Set |