Gets the folderMapping configured for a specific folder

Namespace: DotNetNuke.Services.FileSystem.FolderMappings
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
FolderMappingInfo GetFolderMapping(
	int portalId,
	string folderPath
)
Visual Basic
Function GetFolderMapping ( 
	portalId As Integer,
	folderPath As String
) As FolderMappingInfo

Parameters

portalId
Type: System..::..Int32
Portal Id where the folder is
folderPath
Type: System..::..String
Specific folder path

Return Value

returnsM:DotNetNuke.Services.FileSystem.FolderMappings.IFolderMappingsConfigController.GetFolderMapping(System.Int32,System.String)

See Also