Class FolderInfo
  
  
  
  
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class FolderInfo : BaseEntityInfo, IHydratable, IFolderInfo
   
  Constructors
  
  FolderInfo()
  
  
  Declaration
  
  Properties
  
  DisplayName
  
  
  Declaration
  
    public string DisplayName { get; set; }
   
  Property Value
  
  
  DisplayPath
  
  
  Declaration
  
    public string DisplayPath { get; set; }
   
  Property Value
  
  
  FolderID
  
  
  Declaration
  
    public int FolderID { get; set; }
   
  Property Value
  
  
  FolderMappingID
  
  
  Declaration
  
    public int FolderMappingID { get; set; }
   
  Property Value
  
  
  FolderName
  
  
  Declaration
  
    public string FolderName { get; }
   
  Property Value
  
  
  FolderPath
  
  
  Declaration
  
    public string FolderPath { get; set; }
   
  Property Value
  
  
  FolderPermissions
  
  
  Declaration
  
    public FolderPermissionCollection FolderPermissions { get; }
   
  Property Value
  
  
  HasChildren
  
  
  Declaration
  
    public bool HasChildren { get; }
   
  Property Value
  
  
  IsCached
  
  
  Declaration
  
    public bool IsCached { get; set; }
   
  Property Value
  
  
  IsProtected
  
  
  Declaration
  
    public bool IsProtected { get; set; }
   
  Property Value
  
  
  IsStorageSecure
  
  
  Declaration
  
    public bool IsStorageSecure { get; }
   
  Property Value
  
  
  IsVersioned
  
  
  Declaration
  
    public bool IsVersioned { get; set; }
   
  Property Value
  
  
  KeyID
  
  
  Declaration
  
    public int KeyID { get; set; }
   
  Property Value
  
  
  LastUpdated
  
  
  Declaration
  
    public DateTime LastUpdated { get; set; }
   
  Property Value
  
  
  MappedPath
  
  
  Declaration
  
    public string MappedPath { get; set; }
   
  Property Value
  
  
  ParentID
  
  
  Declaration
  
    public int ParentID { get; set; }
   
  Property Value
  
  
  PhysicalPath
  
  
  Declaration
  
    public string PhysicalPath { get; }
   
  Property Value
  
  
  PortalID
  
  
  Declaration
  
    public int PortalID { get; set; }
   
  Property Value
  
  
  StorageLocation
  
  
  Declaration
  
    public int StorageLocation { get; set; }
   
  Property Value
  
  
  UniqueId
  
  
  Declaration
  
    public Guid UniqueId { get; set; }
   
  Property Value
  
  
  VersionGuid
  
  
  Declaration
  
    public Guid VersionGuid { get; set; }
   
  Property Value
  
  
  WorkflowID
  
  
  Declaration
  
    public int WorkflowID { get; set; }
   
  Property Value
  
  Methods
  
  Fill(IDataReader)
  
  
  Declaration
  
    public void Fill(IDataReader dr)
   
  Parameters
  
  Implements
  
  
  Extension Methods