Show / Hide Table of Contents

Class FolderMappingController

Inheritance
object
ComponentBase<IFolderMappingController, FolderMappingController>
FolderMappingController
Implements
IFolderMappingController
Inherited Members
ComponentBase<IFolderMappingController, FolderMappingController>.RegisterInstance(IFolderMappingController)
ComponentBase<IFolderMappingController, FolderMappingController>.Instance
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 FolderMappingController : ComponentBase<IFolderMappingController, FolderMappingController>, IFolderMappingController

Methods

AddDefaultFolderTypes(int)

Declaration
public void AddDefaultFolderTypes(int portalID)
Parameters
Type Name Description
int portalID

AddFolderMapping(FolderMappingInfo)

Declaration
public int AddFolderMapping(FolderMappingInfo objFolderMapping)
Parameters
Type Name Description
FolderMappingInfo objFolderMapping
Returns
Type Description
int

DeleteFolderMapping(int, int)

Declaration
public void DeleteFolderMapping(int portalID, int folderMappingID)
Parameters
Type Name Description
int portalID
int folderMappingID

GetDefaultFolderMapping(int)

Declaration
public FolderMappingInfo GetDefaultFolderMapping(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
FolderMappingInfo

GetFolderMapping(int)

Declaration
public FolderMappingInfo GetFolderMapping(int folderMappingID)
Parameters
Type Name Description
int folderMappingID
Returns
Type Description
FolderMappingInfo

GetFolderMapping(int, int)

Declaration
public FolderMappingInfo GetFolderMapping(int portalId, int folderMappingID)
Parameters
Type Name Description
int portalId
int folderMappingID
Returns
Type Description
FolderMappingInfo

GetFolderMapping(int, string)

Declaration
public FolderMappingInfo GetFolderMapping(int portalId, string mappingName)
Parameters
Type Name Description
int portalId
string mappingName
Returns
Type Description
FolderMappingInfo

GetFolderMappingSettings(int)

Declaration
public Hashtable GetFolderMappingSettings(int folderMappingID)
Parameters
Type Name Description
int folderMappingID
Returns
Type Description
Hashtable

GetFolderMappings(int)

Declaration
public List<FolderMappingInfo> GetFolderMappings(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
List<FolderMappingInfo>

UpdateFolderMapping(FolderMappingInfo)

Declaration
public void UpdateFolderMapping(FolderMappingInfo objFolderMapping)
Parameters
Type Name Description
FolderMappingInfo objFolderMapping

Implements

IFolderMappingController

Extension Methods

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