Interface IFolderInfo
Assembly: DotNetNuke.dll
Syntax
public interface IFolderInfo
Properties
CreatedByUserID
Declaration
int CreatedByUserID { get; }
Property Value
CreatedOnDate
Declaration
DateTime CreatedOnDate { get; }
Property Value
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
DisplayPath
Declaration
string DisplayPath { get; set; }
Property Value
FolderID
Declaration
int FolderID { get; set; }
Property Value
FolderMappingID
Declaration
int FolderMappingID { get; set; }
Property Value
FolderName
Declaration
string FolderName { get; }
Property Value
FolderPath
Declaration
string FolderPath { get; set; }
Property Value
FolderPermissions
Declaration
FolderPermissionCollection FolderPermissions { get; }
Property Value
HasChildren
Declaration
bool HasChildren { get; }
Property Value
IsCached
Declaration
bool IsCached { get; set; }
Property Value
IsProtected
Declaration
bool IsProtected { get; set; }
Property Value
IsStorageSecure
Declaration
bool IsStorageSecure { get; }
Property Value
IsVersioned
Declaration
bool IsVersioned { get; set; }
Property Value
LastModifiedByUserID
Declaration
int LastModifiedByUserID { get; }
Property Value
LastModifiedOnDate
Declaration
DateTime LastModifiedOnDate { get; }
Property Value
LastUpdated
Declaration
DateTime LastUpdated { get; set; }
Property Value
MappedPath
Declaration
string MappedPath { get; set; }
Property Value
ParentID
Declaration
int ParentID { get; set; }
Property Value
PhysicalPath
Declaration
string PhysicalPath { get; }
Property Value
PortalID
Declaration
int PortalID { get; set; }
Property Value
StorageLocation
Declaration
int StorageLocation { get; set; }
Property Value
UniqueId
Declaration
Guid UniqueId { get; set; }
Property Value
VersionGuid
Declaration
Guid VersionGuid { get; set; }
Property Value
WorkflowID
Declaration
int WorkflowID { get; set; }
Property Value
Methods
CreatedByUser(int)
Declaration
UserInfo CreatedByUser(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Returns
LastModifiedByUser(int)
Declaration
UserInfo LastModifiedByUser(int portalId)
Parameters
Type |
Name |
Description |
int |
portalId |
|
Returns
Extension Methods