UrlEncodingType Enumeration

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

Contains the options for encoding a URL.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration UrlEncodingType
'Usage
Dim instance As UrlEncodingType
[ComVisibleAttribute(false)]
public enum UrlEncodingType
[ComVisibleAttribute(false)]
public enum class UrlEncodingType
public enum UrlEncodingType

Members

Member name Description
NoEncoding Do not encode the URL.
Full Fully encode the URL.
SpacesAndPluses Encode spaces and pluses of the URL.

Remarks

The enumeration value is used to determine the kind of encoding to use in the DisplayProperty object.

See Also

Reference

Microsoft.CommerceServer.Marketing Namespace