sdkmessagefilter Class (CrmService)
Represents a filter that defines which SDK messages are valid for each type of entity.
For a list of methods and messages that operate on this class, see Sdk Message Filter Entity Capabilities.
The sdkmessagefilter class inherits from BusinessEntity. It exposes the following members.
| Constructor | Description |
| sdkmessagefilter | Initializes a new instance of the sdkmessagefilter class. |
| Instance Property | Description |
| availability | Gets where a message is exposed. Gets or sets the SDK message availability to on the server (0), on the client (1), or both (2). |
| createdby | Gets the ID of the user who created the SDK message filter. |
| createdon | Gets the date and time when the SDK message filter was created. |
| customizationlevel | Gets the customization level of the SDK message filter. |
| iscustomprocessingstepallowed | Gets or sets the value that enables a custom SDK message processing step. . |
| modifiedby | Gets the ID of the user who last modified the SDK message filter. |
| modifiedon | Gets the date and time when the SDK message filter was last modified. |
| organizationid | Gets the ID of the organization associated with the SDK message filter. |
| primaryobjecttypecode | Gets the type of entity associated with which the SDK message filter. |
| sdkmessagefilterid | Gets the ID of the SDK message filter entity. |
| sdkmessagefilteridunique | Gets the ID of the SDK message filter. |
| sdkmessageid | Gets the ID of the related SDK message. |
| secondaryobjecttypecode | Gets the type of entity with which the SDK message filter is secondarily associated. |
Remarks
For more information about entities and attributes, see Using the Metadata Browser and the Customization area of the Web application. To view this information in the Customization area, in the Navigation Pane, click Settings, click Customization, and click Customize Entities and then choose All Entities from the view drop-down list.
This entity is not customizable.
Requirements
Web Service: CrmService
See Also
Reference
© 2008 Microsoft Corporation. All rights reserved.