Show / Hide Table of Contents

Class FolderInfo

Inheritance
object
BaseEntityInfo
FolderInfo
Implements
IHydratable
IFolderInfo
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FolderInfo : BaseEntityInfo, IHydratable, IFolderInfo

Constructors

FolderInfo()

Declaration
public FolderInfo()

Properties

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

DisplayPath

Declaration
public string DisplayPath { get; set; }
Property Value
Type Description
string

FolderID

Declaration
public int FolderID { get; set; }
Property Value
Type Description
int

FolderMappingID

Declaration
public int FolderMappingID { get; set; }
Property Value
Type Description
int

FolderName

Declaration
public string FolderName { get; }
Property Value
Type Description
string

FolderPath

Declaration
public string FolderPath { get; set; }
Property Value
Type Description
string

FolderPermissions

Declaration
public FolderPermissionCollection FolderPermissions { get; }
Property Value
Type Description
FolderPermissionCollection

HasChildren

Declaration
public bool HasChildren { get; }
Property Value
Type Description
bool

IsCached

Declaration
public bool IsCached { get; set; }
Property Value
Type Description
bool

IsProtected

Declaration
public bool IsProtected { get; set; }
Property Value
Type Description
bool

IsStorageSecure

Declaration
public bool IsStorageSecure { get; }
Property Value
Type Description
bool

IsVersioned

Declaration
public bool IsVersioned { get; set; }
Property Value
Type Description
bool

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

LastUpdated

Declaration
public DateTime LastUpdated { get; set; }
Property Value
Type Description
DateTime

MappedPath

Declaration
public string MappedPath { get; set; }
Property Value
Type Description
string

ParentID

Declaration
public int ParentID { get; set; }
Property Value
Type Description
int

PhysicalPath

Declaration
public string PhysicalPath { get; }
Property Value
Type Description
string

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
int

StorageLocation

Declaration
public int StorageLocation { get; set; }
Property Value
Type Description
int

UniqueId

Declaration
public Guid UniqueId { get; set; }
Property Value
Type Description
Guid

VersionGuid

Declaration
public Guid VersionGuid { get; set; }
Property Value
Type Description
Guid

WorkflowID

Declaration
public int WorkflowID { get; set; }
Property Value
Type Description
int

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable
IFolderInfo

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS