Share via


TemplatePropertySource Enumeration

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

Specifies where the value of the template property comes from during substitution.

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

Syntax

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

Members

Member name Description
Auto Automatically try ContentItem, IntrinsicValue, ContextProfile, in this order
ContentItem Value comes from Content Item
IntrinsicValue Value is intrinsic.
ContextProfile Value comes from Context profile.

Remarks

The enumeration values are:

  • Auto - Search the following options in order (ContentItem, IntrinsicValue, ContextProfile) until a value is found.

  • ContentItem - Search the ContentItem.

  • ContextProfile - Search the Context profile.

  • IntrinsicValue - Value is intrinsic.

See Also

Reference

Microsoft.CommerceServer.Marketing Namespace