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.
Constructs a StandardsCompliance object.

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

Syntax

C#Copy imageCopy Code
public StandardsCompliance(
	string html,
	 docType,
	 returnScope,
	string rootPath
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	html As , _
	docType As , _
	returnScope As , _
	rootPath As  _
)

Parameters

html
String
The html document to be made compliant.
docType
StandardsComplianceDocTypes
The doctype.
returnScope
StandardsComplianceReturnScope
The return scope.
rootPath
String
The root path of the current site.

See Also

Advanced