CreateOrUpdateCustomFieldCategoriesRequest Class
Applies To: Dynamics Marketing
Contains the data to set 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::CreateOrUpdateCustomFieldCategoriesRequest
| Name | Description | |
|---|---|---|
![]() | CreateOrUpdateCustomFieldCategoriesRequest() | Initializes a new instance of theCreateOrUpdateCustomFieldCategoriesRequest class. |
| Name | Description | |
|---|---|---|
![]() | EntityTypeName | Gets or sets the entity type name. |
![]() | FieldName | Gets or sets the custom field category name. |
![]() | Values | Gets or sets the values. |
| 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 works similarly to an “upsert” operation and creates a new custom field category or updates an existing custom field category depending on whether the category exists.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
CreateOrUpdateCustomFieldCategoriesResponse
Microsoft.Dynamics.Marketing.SDK.Messages.Category Namespace
Developer overview of Microsoft Dynamics Marketing
Marketing lists and dynamic segmentation
Getting started with the SDK
Quick start with sample code
Sample: Create, read, and update a category
Assembly included in the Microsoft Dynamics Marketing SDK
Web service and assembly reference


