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

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("This function has been replaced by GetFile(FileName, PortalId, FolderID)")]
public FileInfo GetFile(
	string FilePath,
	int PortalId
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("This function has been replaced by GetFile(FileName, PortalId, FolderID)")> 
Public Function GetFile ( 
	FilePath As String,
	PortalId As Integer
) As FileInfo

Parameters

FilePath
Type: System..::..String
paramFilePathM:DotNetNuke.Services.FileSystem.FileController.GetFile(System.String,System.Int32)
PortalId
Type: System..::..Int32
paramPortalIdM:DotNetNuke.Services.FileSystem.FileController.GetFile(System.String,System.Int32)

Return Value

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

See Also