PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Constructor

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

Syntax

C#Copy imageCopy Code
public XmlProcessorTagProperties(
	 processor,
	 module,
	<string, > attributes
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	processor As , _
	module As , _
	attributes As (Of , ) _
)

Parameters

processor
XmlProcessor
The processor.
module
IModuleExec
The module.
attributes
IDictionary<(Of <String, XmlAttributeValue>)>
The attributes.

See Also

Advanced