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 the unique id of the module instance during the current processing.
Modules with Id set will be kept alive during the complete rendering and can be accessed from other modules using the Find method.

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

Syntax

C#Copy imageCopy Code
[(Options = .None|.MustBeAttribute|.Trim)]
public virtual string Id { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<(Options := .None Or .MustBeAttribute Or .Trim)> _
Public Overridable Property Id As 
	Get
	Set

Field Value

The id.

See Also

Smartsite.Core Namespace
Advanced