VaultFolderCreate.DocumentSvc.DocumentService.GetFolderMoveRestrictionsAsync C# (CSharp) Method

GetFolderMoveRestrictionsAsync() public method

public GetFolderMoveRestrictionsAsync ( long folderId, long newParentFolderId ) : void
folderId long
newParentFolderId long
return void
        public void GetFolderMoveRestrictionsAsync(long folderId, long newParentFolderId) {
            this.GetFolderMoveRestrictionsAsync(folderId, newParentFolderId, null);
        }
        

Same methods

DocumentService::GetFolderMoveRestrictionsAsync ( long folderId, long newParentFolderId, object userState ) : void
DocumentService