Click or drag to resize
AlternativeFormInfoProviderSetAlternativeFormInfoInternal Method
Sets (updates or inserts) specified alternativeForm.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
protected void SetAlternativeFormInfoInternal(
	AlternativeFormInfo alternativeForm
)

Parameters

alternativeForm
Type: CMS.FormEngineAlternativeFormInfo
AlternativeForm to set
See Also