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

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

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

Same methods

DocumentService::GetFileLockRestrictionsByMasterIdAsync ( long fileMasterId, object userState ) : void
DocumentService