add default group for creating enterprise folder
save enterprise settings for enterprise folder
This commit is contained in:
parent
329e9c10fe
commit
878f67013e
17 changed files with 491 additions and 174 deletions
|
@ -76,9 +76,9 @@ namespace WebsitePanel.EnterpriseServer
|
|||
}
|
||||
|
||||
[WebMethod]
|
||||
public ResultObject CreateEnterpriseFolder(int itemId, string folderName)
|
||||
public ResultObject CreateEnterpriseFolder(int itemId, string folderName, bool addDefaultGroup)
|
||||
{
|
||||
return EnterpriseStorageController.CreateFolder(itemId, folderName);
|
||||
return EnterpriseStorageController.CreateFolder(itemId, folderName, addDefaultGroup);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue