Gets the file metadata for the specified file.

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

Syntax

C#
IFileInfo GetFile(
	int fileID
)
Visual Basic
Function GetFile ( 
	fileID As Integer
) As IFileInfo

Parameters

fileID
Type: System..::..Int32
The file identifier.

Return Value

The IFileInfo object with the metadata of the specified file.

See Also