CreateOrUpdateCustomFieldCategoriesRequest Class

 

Applies To: Dynamics Marketing

Contains the data to set custom field categories.

Namespace:   Microsoft.Dynamics.Marketing.SDK.Messages.Category
Assembly:  Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)

System::Object
  Microsoft.Dynamics.Marketing.SDK.Common::SdkMessage
    Microsoft.Dynamics.Marketing.SDK.Common::SdkRequest
      Microsoft.Dynamics.Marketing.SDK.Messages.Category::CreateOrUpdateCustomFieldCategoriesRequest

[DataContractAttribute]
public ref class CreateOrUpdateCustomFieldCategoriesRequest : SdkRequest

NameDescription
System_CAPS_pubmethodCreateOrUpdateCustomFieldCategoriesRequest()

Initializes a new instance of theCreateOrUpdateCustomFieldCategoriesRequest class.

NameDescription
System_CAPS_pubpropertyEntityTypeName

Gets or sets the entity type name.

System_CAPS_pubpropertyFieldName

Gets or sets the custom field category name.

System_CAPS_pubpropertyValues

Gets or sets the values.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodToBrokeredMessage()

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkMessage.)

System_CAPS_pubmethodToBrokeredMessage(String^)

Creates a new brokered message with the compressed and serialized SdkMessage.(Inherited from SdkRequest.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: