items

Holds the cached query result items of a query used to dynamically discover the possible parameter values for an entitlement. It is stored in the DirXML-SPCacheExternalQuery attribute of a DirXML-Entitlement object.

Example

<items> <item>  <item-display-name>cn=Managers,o=People</display-name>  <item-description>Managers</description>  <item-value>cn=Managers,o=People</value > </item> <item>  <item-display-name>cn=Contractors,o=People</display-name>  <item-description>Contractors</description>  <item-value>cn=Contractors,o=People</value > </item></items>

Allowed Content

Element

Description

item

Cached entitlement query result item.

Attributes

None

Content Rule

( item * )

Parent Elements

None