FindByCategoryProfile Method
Gets a specified ExpressionCategorySet..::.ExpressionCategoryRow, identified by the Category and Profile specified.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function FindByCategoryProfile ( _
category As String, _
profile As String _
) As ExpressionCategorySet..::.ExpressionCategoryRow
'Usage
Dim instance As ExpressionCategorySet..::.ExpressionCategoriesDataTable
Dim category As String
Dim profile As String
Dim returnValue As ExpressionCategorySet..::.ExpressionCategoryRow
returnValue = instance.FindByCategoryProfile(category, _
profile)
public ExpressionCategorySet..::.ExpressionCategoryRow FindByCategoryProfile(
string category,
string profile
)
public:
ExpressionCategorySet..::.ExpressionCategoryRow^ FindByCategoryProfile(
String^ category,
String^ profile
)
public function FindByCategoryProfile(
category : String,
profile : String
) : ExpressionCategorySet..::.ExpressionCategoryRow
Parameters
- category
Type: System..::.String
Name of the expression category to find.
- profile
Type: System..::.String
Profile of the expression category to find.
Return Value
Type: Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet..::.ExpressionCategoryRow
A ExpressionCategorySet..::.ExpressionCategoryRow containing the Category and Profile specified; otherwise a nullNothingnullptra null reference (Nothing in Visual Basic) value if the Category and Profile do not exist in the ExpressionCategorySet..::.ExpressionCategoriesDataTable.
Remarks
Locates a specified ExpressionCategorySet..::.ExpressionCategoryRow, identified by the Category and Profile specified.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ExpressionCategorySet..::.ExpressionCategoriesDataTable Class
ExpressionCategorySet..::.ExpressionCategoriesDataTable Members