InstantiateFiltersRequest.TemplateCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the set of filters to instantiate for the user.
public:
property Microsoft::Xrm::Sdk::EntityReferenceCollection ^ TemplateCollection { Microsoft::Xrm::Sdk::EntityReferenceCollection ^ get(); void set(Microsoft::Xrm::Sdk::EntityReferenceCollection ^ value); };
public Microsoft.Xrm.Sdk.EntityReferenceCollection TemplateCollection { get; set; }
member this.TemplateCollection : Microsoft.Xrm.Sdk.EntityReferenceCollection with get, set
Public Property TemplateCollection As EntityReferenceCollection
Property Value
The set of filters to instantiate for the user. This must be a collection of entity references for the SavedQuery
entity and the SavedQuery.Type
attribute value for each must be OutlookFilters or OfflineFilters.