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

DeleteFileVersionsByMasterIdsAsync() public method

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

Same methods

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