RetrieveCategoryValuesRequest Class

 

Contains the data to retrieve a list of 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::RetrieveCategoryValuesRequest

[DataContractAttribute]
public ref class RetrieveCategoryValuesRequest : SdkRequest

NameDescription
System_CAPS_pubmethodRetrieveCategoryValuesRequest()

Initializes a new instance of theRetrieveCategoryValuesRequest class.

NameDescription
System_CAPS_pubpropertyBelongsToCompanyId

Gets or sets the belongs to company ID that custom field categories require to be part of the result list.

System_CAPS_pubpropertyEntityTypeName

Gets or sets the name of the entity type.

System_CAPS_pubpropertyFieldName

Gets or sets the field name for fields of type category.

System_CAPS_pubpropertyLanguage

Gets or sets the language.

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

Return to top
Show: