summaryP:DotNetNuke.Security.Permissions.FolderPermissionInfo.FolderPath

Namespace: DotNetNuke.Security.Permissions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

See Also