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

GetFileLockRestrictionsByMasterIdsAsync() public method

public GetFileLockRestrictionsByMasterIdsAsync ( long fileMasterIds ) : void
fileMasterIds long
return void
        public void GetFileLockRestrictionsByMasterIdsAsync(long[] fileMasterIds) {
            this.GetFileLockRestrictionsByMasterIdsAsync(fileMasterIds, null);
        }
        

Same methods

DocumentService::GetFileLockRestrictionsByMasterIdsAsync ( long fileMasterIds, object userState ) : void
DocumentService