BaseFeed F, E, Q  GetExtensionValue Method frevvo Live Forms
Returns the value of the specified extension, or null if not found.

Namespace: Frevvo.Forms.Client
Assembly: Frevvo.Forms.Client (in Frevvo.Forms.Client.dll) Version: 7.2.1.0 (7.2.1)
Syntax

protected string GetExtensionValue(
	string localName,
	string ns
)

Parameters

localName
Type: OnlineSystem String
the local name of the extension element
ns
Type: OnlineSystem String
the namespace of the extension to look for

Return Value

Type: OnlineString
value as string, or null if the extension was not found
See Also