DotNetNuke.Services.FileSystem.FolderMappingInfo

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

Syntax

C#
public FolderMappingInfo(
	int portalID,
	string mappingName,
	string folderProviderType
)
Visual Basic
Public Sub New ( 
	portalID As Integer,
	mappingName As String,
	folderProviderType As String
)

Parameters

portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Services.FileSystem.FolderMappingInfo.#ctor(System.Int32,System.String,System.String)
mappingName
Type: System..::..String
parammappingNameM:DotNetNuke.Services.FileSystem.FolderMappingInfo.#ctor(System.Int32,System.String,System.String)
folderProviderType
Type: System..::..String
paramfolderProviderTypeM:DotNetNuke.Services.FileSystem.FolderMappingInfo.#ctor(System.Int32,System.String,System.String)

See Also