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)

Inheritance Hierarchy

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

Syntax

[DataContractAttribute]
public class RetrieveCategoryValuesRequest : SdkRequest
[DataContractAttribute]
public ref class RetrieveCategoryValuesRequest : SdkRequest
[<DataContractAttribute>]
type RetrieveCategoryValuesRequest = 
    class
        inherit SdkRequest
    end
<DataContractAttribute>
Public Class RetrieveCategoryValuesRequest
    Inherits SdkRequest

Constructors

Name Description
System_CAPS_pubmethod RetrieveCategoryValuesRequest()

Initializes a new instance of theRetrieveCategoryValuesRequest class.

Properties

Name Description
System_CAPS_pubproperty BelongsToCompanyId

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

System_CAPS_pubproperty EntityTypeName

Gets or sets the name of the entity type.

System_CAPS_pubproperty FieldName

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

System_CAPS_pubproperty Language

Gets or sets the language.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod ToBrokeredMessage()

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

System_CAPS_pubmethod ToBrokeredMessage(String)

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

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

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.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

RetrieveCategoryValuesResponse
Microsoft.Dynamics.Marketing.SDK.Messages.Category Namespace
Sample: Create, read, and update a category

Return to top