You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > Product Class > Product Properties > OverrideXslt
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Product.OverrideXslt Property

Specifies an XSLT identified in the Edit Product Type Configuration screen. Use this to specify an override for the products smart-form XSLT; 0 (default) uses the XSLT defined in the product type (e.g. PackageDisplayXslt), 1 for Xslt1, 2 for Xslt2, etc.

C#
[Bindable(true)]
[Category("Ektron")]
[DefaultValue(0)]
[Description("Specifies an XSLT identified in the Edit Product Type Configuration screen. Used to override the products smart-form XSLT; 0 (default) uses the XSLT defined in the product type (e.g. PackageDisplayXslt), 1 for Xslt1, 2 for Xslt2, etc. Note that this XSLT is run on only the smart-forms markup, and the results are then available for the DisplayXslt to transform, as children of node <markupTransformed>.")]
public int OverrideXslt;
Visual Basic
<Bindable(true)>
<Category("Ektron")>
<DefaultValue(0)>
<Description("Specifies an XSLT identified in the Edit Product Type Configuration screen. Used to override the products smart-form XSLT; 0 (default) uses the XSLT defined in the product type (e.g. PackageDisplayXslt), 1 for Xslt1, 2 for Xslt2, etc. Note that this XSLT is run on only the smart-forms markup, and the results are then available for the DisplayXslt to transform, as children of node <markupTransformed>.")>
Public Property OverrideXslt() As Integer
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!