Show / Hide Table of Contents

Interface IFolderInfo

Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public interface IFolderInfo

Properties

CreatedByUserID

Declaration
int CreatedByUserID { get; }
Property Value
Type Description
int

CreatedOnDate

Declaration
DateTime CreatedOnDate { get; }
Property Value
Type Description
DateTime

DisplayName

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

DisplayPath

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

FolderID

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

FolderMappingID

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

FolderName

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

FolderPath

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

FolderPermissions

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

HasChildren

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

IsCached

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

IsProtected

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

IsStorageSecure

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

IsVersioned

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

LastModifiedByUserID

Declaration
int LastModifiedByUserID { get; }
Property Value
Type Description
int

LastModifiedOnDate

Declaration
DateTime LastModifiedOnDate { get; }
Property Value
Type Description
DateTime

LastUpdated

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

MappedPath

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

ParentID

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

PhysicalPath

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

PortalID

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

StorageLocation

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

UniqueId

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

VersionGuid

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

WorkflowID

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

Methods

CreatedByUser(int)

Declaration
UserInfo CreatedByUser(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
UserInfo

LastModifiedByUser(int)

Declaration
UserInfo LastModifiedByUser(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
UserInfo

Extension Methods

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