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

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

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

Same methods

DocumentService::GetFileDeleteRestrictionsByMasterIdAsync ( long fileMasterId, long folderId, object userState ) : void
DocumentService