summaryM:DotNetNuke.Services.FileSystem.FolderController.AddFolder(System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
Namespace: DotNetNuke.Services.FileSystemAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("Deprecated in DotNetNuke 5.5. This function has been replaced by AddFolder(ByVal folder As FolderInfo)")] public int AddFolder( int PortalID, string FolderPath, int StorageLocation, bool IsProtected, bool IsCached, DateTime LastUpdated ) |
Visual Basic |
---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> <ObsoleteAttribute("Deprecated in DotNetNuke 5.5. This function has been replaced by AddFolder(ByVal folder As FolderInfo)")> Public Function AddFolder ( PortalID As Integer, FolderPath As String, StorageLocation As Integer, IsProtected As Boolean, IsCached As Boolean, LastUpdated As DateTime ) As Integer |
Parameters
- PortalID
- Type: System..::..Int32
paramPortalIDM:DotNetNuke.Services.FileSystem.FolderController.AddFolder(System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- FolderPath
- Type: System..::..String
paramFolderPathM:DotNetNuke.Services.FileSystem.FolderController.AddFolder(System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- StorageLocation
- Type: System..::..Int32
paramStorageLocationM:DotNetNuke.Services.FileSystem.FolderController.AddFolder(System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- IsProtected
- Type: System..::..Boolean
paramIsProtectedM:DotNetNuke.Services.FileSystem.FolderController.AddFolder(System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- IsCached
- Type: System..::..Boolean
paramIsCachedM:DotNetNuke.Services.FileSystem.FolderController.AddFolder(System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)
- LastUpdated
- Type: System..::..DateTime
paramLastUpdatedM:DotNetNuke.Services.FileSystem.FolderController.AddFolder(System.Int32,System.String,System.Int32,System.Boolean,System.Boolean,System.DateTime)