ConsumerInfo members
Represents information about search scope consumers, search scope display groups, and search scopes.
The ConsumerInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConsumerInfo | Initializes a new instance of the ConsumerInfo class. |
Top
Properties
Name | Description | |
---|---|---|
ConsumerDisplayGroups | Gets or sets a list of the DisplayGroupInfo objects that represent the search ScopeDisplayGroup objects associated with the search scope consumer. | |
ConsumerScopes | Gets or sets a list of the ScopeInfo objects that represent the search Scope objects associated with the search scope consumer. | |
DisplayGroupMemberships | Gets or sets a list of the DisplayGroupMembership objects that represent links between search Scope objects and search ScopeDisplayGroup objects that belong to the specified search scope consumer. | |
LastRefreshTimeStamp | Gets or sets a value that indicates the time stamp of the last refresh of the consumer information. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top