summaryP:DotNetNuke.Services.FileSystem.FolderInfo.StorageLocation

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[XmlElementAttribute("storagelocation")]
public int StorageLocation { get; set; }
Visual Basic
<XmlElementAttribute("storagelocation")> 
Public Property StorageLocation As Integer
	Get
	Set

Implements

IFolderInfo..::..StorageLocation

See Also