Share via


ExpressionCategorySet

The ExpressionCategorySet holds all of the expression categories in the Marketing System.

You can use the GetAllExpressionCategories method to return an ExpressionCategorySet containing the expression categories. You can update the ExpressionCategorySet and then pass it to the SaveExpressionCategories method to save new or changed expression categories.

Note

The SaveExpressionCategories method fails if the passed combination of Category and Profile values already exists.

The ExpressionCategorySet contains a single DataTable named ExpressionCategorySet..::.ExpressionCategoriesDataTable. The following table contains the columns for ExpressionCategoriesDataTable.

None of the columns in the DataSet can be null.

Column Name

Data Type

Category

nvarchar(30)

Profile

nvarchar(128)

In This Section