Interface IFolderInfo
Assembly: DotNetNuke.dll
Syntax
public interface IFolderInfo
Properties
|
Improve this Doc
View Source
CreatedByUserID
Declaration
int CreatedByUserID { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreatedOnDate
Declaration
DateTime CreatedOnDate { get; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
DisplayName
Declaration
string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DisplayPath
Declaration
string DisplayPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FolderID
Declaration
int FolderID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FolderMappingID
Declaration
int FolderMappingID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FolderName
Declaration
string FolderName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FolderPath
Declaration
string FolderPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FolderPermissions
Declaration
FolderPermissionCollection FolderPermissions { get; }
Property Value
|
Improve this Doc
View Source
HasChildren
Gets a value indicating whether the folder has any child subfolder.
Declaration
bool HasChildren { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsCached
Declaration
bool IsCached { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsProtected
Declaration
bool IsProtected { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsStorageSecure
Declaration
bool IsStorageSecure { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsVersioned
Gets or sets a value indicating whether file versions are active for the folder.
Declaration
bool IsVersioned { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LastModifiedByUserID
Declaration
int LastModifiedByUserID { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
LastModifiedOnDate
Declaration
DateTime LastModifiedOnDate { get; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
LastUpdated
Declaration
DateTime LastUpdated { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
MappedPath
Gets or sets the path this folder is mapped on its provider file system.
Declaration
string MappedPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ParentID
Gets or sets a reference to the parent folder.
Declaration
int ParentID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PhysicalPath
Declaration
string PhysicalPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PortalID
Declaration
int PortalID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
StorageLocation
Declaration
int StorageLocation { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UniqueId
Declaration
Guid UniqueId { get; set; }
Property Value
|
Improve this Doc
View Source
VersionGuid
Declaration
Guid VersionGuid { get; set; }
Property Value
|
Improve this Doc
View Source
WorkflowID
Gets or sets a reference to the active Workflow for the folder.
Declaration
int WorkflowID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
CreatedByUser(Int32)
Declaration
UserInfo CreatedByUser(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
|
Improve this Doc
View Source
LastModifiedByUser(Int32)
Declaration
UserInfo LastModifiedByUser(int portalId)
Parameters
Type |
Name |
Description |
System.Int32 |
portalId |
|
Returns
Extension Methods