Click or drag to resize
FormHelperAddLatestVersionAttribute Method
Adds version attribute with latest version as value to xmlNode.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static void AddLatestVersionAttribute(
	XmlNode outputNode
)

Parameters

outputNode
Type: System.XmlXmlNode
Form XmlNode
See Also