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

Ektron CMS400.NET allows an Administrator to specify up to three custom Xslt's which can be applied to a content block from the System. This allows the user to override the default ContentBlock Xslt and display one of these custom Xsl transforms, if specified in the system. In addition, you can use the Xslt property to perform a transform on a content block (see Xslt property.)

C#
[Bindable(true)]
[Browsable(false)]
[Category("Ektron")]
[DefaultValue(XsltOverride.Default)]
[Description("Use this to specify an XSLT that will override the default display for an XML content block.")]
[Obsolete("Specify the display XSLT path in \"DisplayXslt\" property.")]
public XsltOverride OverrideXslt;
Visual Basic
<Bindable(true)>
<Browsable(false)>
<Category("Ektron")>
<DefaultValue(XsltOverride.Default)>
<Description("Use this to specify an XSLT that will override the default display for an XML content block.")>
<Obsolete("Specify the display XSLT path in \"DisplayXslt\" property.")>
Public Property OverrideXslt() As XsltOverride
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!