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

GetFileVersionDeleteRestrictionsByMasterIdsAsync() public method

public GetFileVersionDeleteRestrictionsByMasterIdsAsync ( long fileMasterIds, int keepCount, int minAge, string comment ) : void
fileMasterIds long
keepCount int
minAge int
comment string
return void
        public void GetFileVersionDeleteRestrictionsByMasterIdsAsync(long[] fileMasterIds, int keepCount, int minAge, string comment) {
            this.GetFileVersionDeleteRestrictionsByMasterIdsAsync(fileMasterIds, keepCount, minAge, comment, null);
        }
        

Same methods

DocumentService::GetFileVersionDeleteRestrictionsByMasterIdsAsync ( long fileMasterIds, int keepCount, int minAge, string comment, object userState ) : void
DocumentService