DotNetNuke.Services.FileSystem.FileInfo
Namespace: DotNetNuke.Services.FileSystemAssembly: 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, string hash ) |
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, hash As String ) |
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,System.String)
- 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,System.String)
- 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,System.String)
- 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,System.String)
- 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,System.String)
- 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,System.String)
- 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,System.String)
- 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,System.String)
- 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,System.String)
- 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,System.String)
- 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,System.String)
- hash
- Type: System..::..String
paramhashM: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,System.String)