DotNetNuke.Services.FileSystem.FileInfo

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

Syntax

C#
public FileInfo(
	int portalId,
	string filename,
	string extension,
	int filesize,
	int width,
	int height,
	string contentType,
	string folder,
	int folderId,
	int storageLocation,
	bool cached
)
Visual Basic
Public Sub New ( 
	portalId As Integer,
	filename As String,
	extension As String,
	filesize As Integer,
	width As Integer,
	height As Integer,
	contentType As String,
	folder As String,
	folderId As Integer,
	storageLocation As Integer,
	cached As Boolean
)

Parameters

portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
filename
Type: System..::..String
paramfilenameM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
extension
Type: System..::..String
paramextensionM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
filesize
Type: System..::..Int32
paramfilesizeM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
width
Type: System..::..Int32
paramwidthM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
height
Type: System..::..Int32
paramheightM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
contentType
Type: System..::..String
paramcontentTypeM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
folder
Type: System..::..String
paramfolderM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
folderId
Type: System..::..Int32
paramfolderIdM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
storageLocation
Type: System..::..Int32
paramstorageLocationM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)
cached
Type: System..::..Boolean
paramcachedM:DotNetNuke.Services.FileSystem.FileInfo.#ctor(System.Int32,System.String,System.String,System.Int32,System.Int32,System.Int32,System.String,System.String,System.Int32,System.Int32,System.Boolean)

See Also