This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets a value indicating whether this XmlElementBase captures the xml in it.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public virtual bool Captures { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
Public Overridable Property Captures As 
	Get
	Set

Field Value

true if captures; otherwise, false.

See Also

Advanced