EntityFilters EnumType

Describes the type of entity metadata to retrieve.

Members

Members define the discrete options for the enumeration type.

Name Value Description
Entity 1 Use this to retrieve only entity information.
Attributes 2 Use this to retrieve entity information plus attributes for the entity.
Privileges 4 Use this to retrieve entity information plus privileges for the entity.
Relationships 8 Use this to retrieve entity information plus entity relationships for the entity.
All 15 Use this to retrieve all data for an entity.

Used by

The following use the EntityFilters EnumType.

Name How used
RetrieveAllEntities EntityFilters Parameter
RetrieveEntity EntityFilters Parameter

See also