ContentSelector Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
ContentSelector is the object used to invoke CSF pipelines
The ContentSelector type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckState | Verifies that the object has not already been disposed. | |
Dispose | Overloaded. Use this method to release resources by the ContentSelector object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetContent | It sets up the Order and Pipe Context dictionaries and executes the CSF pipeline that selects content. The formatted content is returned in a StringCollection. | |
GetEnumerator | Retrieves an enumerator that can iterate through the current instance. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
AllContentItems | Gets a collection of the content items that were retrieved from the cache during the last call to GetContent. | |
Item | Gets or sets a value in the ContentSelector dictionary of name-value pairs. | |
ItemsRequested | Gets or sets the maximum number of items desired for return from the GetContent method. | |
Name | Gets the name of the ContentSelector, which is the same as the name of the ContentSelectionContext that created this object. | |
PageHistory | Gets or sets a string that represents the history of ads already selected on the page. | |
Profiles | Gets the collection of profiles (Profiles or Commerce.IDictionary objects) that should be targeted when the GetContent call is made. | |
SelectedContentItems | Gets a collection consisting of the raw content items that were last selected using the GetContent method. | |
Size | Gets or sets the size of the content that should be returned. | |
TraceMessages | Gets an array containing the trace messages that describe the scoring of the content items. | |
TraceMode | Gets or sets a value that indicates whether tracing of Content Item scoring should be enabled. |
Top