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 | |
|---|---|---|
![]() |
RetrieveCategoryValuesRequest() | Initializes a new instance of theRetrieveCategoryValuesRequest class. |
Properties
| 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. |
Methods
| 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.) |
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
.jpeg)
.jpeg)
.jpeg)