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

DeletePropertyGroupsAsync() public method

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

Same methods

DocumentService::DeletePropertyGroupsAsync ( long propertyGroupIds, object userState ) : void
DocumentService