RetrieveCategoryValuesRequest Class
Contains the data to retrieve a list of custom field categories.
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
Microsoft.Dynamics.Marketing.SDK.Messages.Category::RetrieveCategoryValuesRequest
| Name | Description | |
|---|---|---|
![]() | RetrieveCategoryValuesRequest() | Initializes a new instance of theRetrieveCategoryValuesRequest class. |
| Name | Description | |
|---|---|---|
![]() | BelongsToCompanyId | Gets or sets the belongs to company ID that custom field categories require to be part of the result list. |
![]() | EntityTypeName | Gets or sets the name of the entity type. |
![]() | FieldName | Gets or sets the field name for fields of type category. |
![]() | Language | Gets or sets the language. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToBrokeredMessage() | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.) |
![]() | ToBrokeredMessage(String^) | Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.) |
![]() | ToString() | (Inherited from Object.) |
This message allows you to request category values for any category in the system. This can be system categories (of any entity), UDF based categories, or custom contact field category values.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


