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

DeletePropertyGroupAsync() public method

public DeletePropertyGroupAsync ( long propertyGroupId ) : void
propertyGroupId long
return void
        public void DeletePropertyGroupAsync(long propertyGroupId) {
            this.DeletePropertyGroupAsync(propertyGroupId, null);
        }
        

Same methods

DocumentService::DeletePropertyGroupAsync ( long propertyGroupId, object userState ) : void
DocumentService