VaultFolderCreate.DocumentSvc.DocumentService.GetFolderRenameRestrictionsAsync C# (CSharp) Метод

GetFolderRenameRestrictionsAsync() публичный Метод

public GetFolderRenameRestrictionsAsync ( long folderId, string newFolderName ) : void
folderId long
newFolderName string
Результат void
        public void GetFolderRenameRestrictionsAsync(long folderId, string newFolderName) {
            this.GetFolderRenameRestrictionsAsync(folderId, newFolderName, null);
        }
        

Same methods

DocumentService::GetFolderRenameRestrictionsAsync ( long folderId, string newFolderName, object userState ) : void
DocumentService