Class FolderMappingInfo
Represents the FolderMapping object and holds the Properties of that object.
Inheritance
Implements
Namespace: DotNetNuke.Services.FileSystem
Assembly: DotNetNuke.dll
Syntax
public class FolderMappingInfo : object, IHydratable
Constructors
| Improve this Doc View SourceFolderMappingInfo()
Initializes a new instance of the FolderMappingInfo class.
Declaration
public FolderMappingInfo()
FolderMappingInfo(Int32, String, String)
Initializes a new instance of the FolderMappingInfo class.
Declaration
public FolderMappingInfo(int portalID, string mappingName, string folderProviderType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | portalID | |
System.String | mappingName | |
System.String | folderProviderType |
Properties
| Improve this Doc View SourceFolderMappingID
Represents the FolderMapping object and holds the Properties of that object.
Declaration
public int FolderMappingID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
FolderMappingSettings
Represents the FolderMapping object and holds the Properties of that object.
Declaration
public Hashtable FolderMappingSettings { get; }
Property Value
Type | Description |
---|---|
Hashtable |
FolderProviderType
Represents the FolderMapping object and holds the Properties of that object.
Declaration
public string FolderProviderType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageUrl
Represents the FolderMapping object and holds the Properties of that object.
Declaration
public string ImageUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
IsEditable
Represents the FolderMapping object and holds the Properties of that object.
Declaration
public bool IsEditable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeyID
Gets or sets and sets the Key ID.
Declaration
public int KeyID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MappingName
Represents the FolderMapping object and holds the Properties of that object.
Declaration
public string MappingName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PortalID
Represents the FolderMapping object and holds the Properties of that object.
Declaration
public int PortalID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Priority
Represents the FolderMapping object and holds the Properties of that object.
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SyncAllSubFolders
Represents the FolderMapping object and holds the Properties of that object.
Declaration
public bool SyncAllSubFolders { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceFill(IDataReader)
Fills a FolderInfo from a Data Reader.
Declaration
public void Fill(IDataReader dr)
Parameters
Type | Name | Description |
---|---|---|
IDataReader | dr | The Data Reader to use. |