Click or drag to resize
FormUserControlInfoProviderGetFormUserControlInfoByGUID Method
Returns object with specified GUID.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static FormUserControlInfo GetFormUserControlInfoByGUID(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: FormUserControlInfo
See Also