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

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 FileName,
	int PortalId,
	string FolderPath
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> 
<ObsoleteAttribute("This function has been replaced by GetFile(FileName, PortalId, FolderID)")> 
Public Function GetFile ( 
	FileName As String,
	PortalId As Integer,
	FolderPath As String
) As FileInfo

Parameters

FileName
Type: System..::..String
paramFileNameM:DotNetNuke.Services.FileSystem.FileController.GetFile(System.String,System.Int32,System.String)
PortalId
Type: System..::..Int32
paramPortalIdM:DotNetNuke.Services.FileSystem.FileController.GetFile(System.String,System.Int32,System.String)
FolderPath
Type: System..::..String
paramFolderPathM:DotNetNuke.Services.FileSystem.FileController.GetFile(System.String,System.Int32,System.String)

Return Value

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

See Also