2.2.4.18 DisplayGroupInfo

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration

The DisplayGroupInfo complex type contains information about a search scope display group.

 <xs:complexType name="DisplayGroupInfo">
   <xs:sequence>
     <xs:element minOccurs="0" name="ConsumerName" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="DefaultScopeID" type="xs:int"/>
     <xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="DisplayInAdminUI" type="xs:boolean"/>
     <xs:element minOccurs="0" name="Id" type="xs:int"/>
     <xs:element minOccurs="0" name="IsDeleted" type="xs:boolean"/>
     <xs:element minOccurs="0" name="IsUndeletable" type="xs:boolean"/>
     <xs:element minOccurs="0" name="LastModifiedBy" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="LastModifiedTime" type="xs:dateTime"/>
     <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="SiteUrl" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

ConsumerName: Specifies the name of the site collection that is defined as search scope consumer. It MUST be present and its length MUST be greater than 0 and less than or equal to 60. It MUST NOT be NULL.

DefaultScopeID: Default search scope ID for this search scope display group. The protocol server MUST set it to 0 if the search scope display group is deleted.

Description: description of the search scope display group. It MUST be present and its length MUST be less than or equal to 60. It MAY be NULL.

DisplayInAdminUI: True if this search scope display group is shown in admin UI; otherwise, false.

Id: Identifier of the search scope display group. MUST be greater than or equal to 0.

IsDeleted: True if this search scope display group is deleted; otherwise false.

IsUndeletable: Boolean, true if this search scope display group cannot be deleted; otherwise false.

LastModifiedBy: The name of user who last modified this search scope display group. It MUST be present and its length MUST be less than or equal to 60.

LastModifiedTime: The last time, in UTC format, when the search scope display group was modified.

Name: The name of the search scope display group. It MUST be present and its length MUST be greater than 0 and less than or equal to 60. It MUST NOT be NULL.

SiteUrl: The site URL of the search scope consumer for the search scope display group.