VaultFolderCreate.DocumentSvc.DocumentService.DeleteFileVersionsByMasterIdsAsync C# (CSharp) Méthode

DeleteFileVersionsByMasterIdsAsync() public méthode

public DeleteFileVersionsByMasterIdsAsync ( long fileMasterIds, int keepCount, int minAge, string comment ) : void
fileMasterIds long
keepCount int
minAge int
comment string
Résultat 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