Share via


ValidateLocalExpressionNames Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Validates that all local expressions have unique names within the scope of this displayable campaign item.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Protected Friend Sub ValidateLocalExpressionNames
'Usage

Me.ValidateLocalExpressionNames()
protected internal void ValidateLocalExpressionNames()
protected public:
void ValidateLocalExpressionNames()
protected internal function ValidateLocalExpressionNames()

Remarks

Ensures that the user has not tried to add multiple local expressions with the same name.

Notes to Callers:

This validation needs to be done before any web service call because object references are not maintained by the xml serializer, and name is used as a key to fix up these references.

Permissions

See Also

Reference

DisplayableCampaignItem Class

DisplayableCampaignItem Members

Microsoft.CommerceServer.Marketing Namespace