Gets or sets the content key.

Namespace: DotNetNuke.Entities.Content
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("contentKey")]
public string ContentKey { get; set; }
Visual Basic
<XmlElementAttribute("contentKey")> 
Public Property ContentKey As String
	Get
	Set

Field Value

The content key.

See Also