DotNetNuke.Services.FileSystem.FolderInfo
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in DNN 7.1. Use the parameterless constructor and object initializers")] public FolderInfo( Guid uniqueId, int portalId, string folderpath, int storageLocation, bool isProtected, bool isCached, DateTime lastUpdated ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in DNN 7.1. Use the parameterless constructor and object initializers")> Public Sub New ( uniqueId As Guid, portalId As Integer, folderpath As String, storageLocation As Integer, isProtected As Boolean, isCached As Boolean, lastUpdated As DateTime ) |
Parameters
- uniqueId
- Type: System..::..Guid
paramuniqueIdM:DotNetNuke.Services.FileSystem.FolderInfo.#ctor(System.Guid,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- portalId
- Type: System..::..Int32
paramportalIdM:DotNetNuke.Services.FileSystem.FolderInfo.#ctor(System.Guid,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- folderpath
- Type: System..::..String
paramfolderpathM:DotNetNuke.Services.FileSystem.FolderInfo.#ctor(System.Guid,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- storageLocation
- Type: System..::..Int32
paramstorageLocationM:DotNetNuke.Services.FileSystem.FolderInfo.#ctor(System.Guid,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- isProtected
- Type: System..::..Boolean
paramisProtectedM:DotNetNuke.Services.FileSystem.FolderInfo.#ctor(System.Guid,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- isCached
- Type: System..::..Boolean
paramisCachedM:DotNetNuke.Services.FileSystem.FolderInfo.#ctor(System.Guid,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- lastUpdated
- Type: System..::..DateTime
paramlastUpdatedM:DotNetNuke.Services.FileSystem.FolderInfo.#ctor(System.Guid,System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)