Class FolderMappingInfo
Inheritance
FolderMappingInfo
Assembly: DotNetNuke.dll
Syntax
public class FolderMappingInfo : IHydratable
Constructors
FolderMappingInfo()
Declaration
public FolderMappingInfo()
FolderMappingInfo(int, string, string)
Declaration
public FolderMappingInfo(int portalID, string mappingName, string folderProviderType)
Parameters
Type |
Name |
Description |
int |
portalID |
|
string |
mappingName |
|
string |
folderProviderType |
|
Properties
FolderMappingID
Declaration
public int FolderMappingID { get; set; }
Property Value
FolderMappingSettings
Declaration
public Hashtable FolderMappingSettings { get; }
Property Value
FolderProviderType
Declaration
public string FolderProviderType { get; set; }
Property Value
ImageUrl
Declaration
public string ImageUrl { get; }
Property Value
IsEditable
Declaration
public bool IsEditable { get; }
Property Value
KeyID
Declaration
public int KeyID { get; set; }
Property Value
MappingName
Declaration
public string MappingName { get; set; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
Priority
Declaration
public int Priority { get; set; }
Property Value
SyncAllSubFolders
Declaration
public bool SyncAllSubFolders { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public void Fill(IDataReader dr)
Parameters
Implements
Extension Methods