VaultFolderCreate.DocumentSvc.DocumentService.GetFolderRenameRestrictionsAsync C# (CSharp) Méthode

GetFolderRenameRestrictionsAsync() public méthode

public GetFolderRenameRestrictionsAsync ( long folderId, string newFolderName ) : void
folderId long
newFolderName string
Résultat 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