summaryM:DotNetNuke.Services.FileSystem.FileController.ConvertFilePathToFileId(System.String,System.Int32)

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Deprecated in DNN 6.0.")]
public int ConvertFilePathToFileId(
	string filePath,
	int portalID
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("Deprecated in DNN 6.0.")> 
Public Function ConvertFilePathToFileId ( 
	filePath As String,
	portalID As Integer
) As Integer

Parameters

filePath
Type: System..::..String
paramfilePathM:DotNetNuke.Services.FileSystem.FileController.ConvertFilePathToFileId(System.String,System.Int32)
portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Services.FileSystem.FileController.ConvertFilePathToFileId(System.String,System.Int32)

Return Value

returnsM:DotNetNuke.Services.FileSystem.FileController.ConvertFilePathToFileId(System.String,System.Int32)

See Also