2.2.4.14 FCRE

Namespace: http://Microsoft/Office/Server/FeedCache

The FCRE complex type represents the input of various operations to get feed entries.

 <xs:complexType name="FCRE" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="a" nillable="true" type="q1:E"/>
     <xs:element minOccurs="0" name="b" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="c" type="q1:UPL"/>
     <xs:element minOccurs="0" name="d" type="ser:guid"/>
     <xs:element minOccurs="0" name="e" type="xs:boolean"/>
   </xs:sequence>
 </xs:complexType>

a: The feed entity on behalf of which this operation is being executed. If b is present, then this value MUST be ignored.

b: Specifies the string identifier of the feed entity.

c: Specifies how to lookup the feed entity, as specified in section 2.2.5.6.

d: A globally unique partition identifier.

e: A Boolean field. When true will suppress retrieval of followed feed entity information (people, tags) for the specified feed entity.