Show / Hide Table of Contents

Class FolderMappingInfo

Inheritance
object
FolderMappingInfo
Implements
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.FileSystem
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
Type Description
int

FolderMappingSettings

Declaration
public Hashtable FolderMappingSettings { get; }
Property Value
Type Description
Hashtable

FolderProviderType

Declaration
public string FolderProviderType { get; set; }
Property Value
Type Description
string

ImageUrl

Declaration
public string ImageUrl { get; }
Property Value
Type Description
string

IsEditable

Declaration
public bool IsEditable { get; }
Property Value
Type Description
bool

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
int

MappingName

Declaration
public string MappingName { get; set; }
Property Value
Type Description
string

PortalID

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

Priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
int

SyncAllSubFolders

Declaration
public bool SyncAllSubFolders { get; set; }
Property Value
Type Description
bool

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

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