GetAllExpressionCategories Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets all the expression categories objects in the System.
Namespace: Microsoft.CommerceServer.Marketing.WebService
Assembly: Microsoft.CommerceServer.Marketing.DataManagement (in Microsoft.CommerceServer.Marketing.DataManagement.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Overridable Function GetAllExpressionCategories As ExpressionCategorySet
'Usage
Dim instance As MarketingWebService
Dim returnValue As ExpressionCategorySet
returnValue = instance.GetAllExpressionCategories()
[WebMethodAttribute]
public virtual ExpressionCategorySet GetAllExpressionCategories()
[WebMethodAttribute]
public:
virtual ExpressionCategorySet^ GetAllExpressionCategories()
public function GetAllExpressionCategories() : ExpressionCategorySet
Return Value
Type: Microsoft.CommerceServer.Marketing..::.ExpressionCategorySet
A DataSet containing all of the expression categories defined in the system.
Exceptions
Exception | Condition |
---|---|
NotAuthorizedException | The user is not authorized to perform the requested operation. |
DatabaseIntegrityException | A serious integrity issue with the database exists. |
Remarks
Returns the set of expression categories currently defined in the system.
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.