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

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual FormUserControlInfo GetFormUserControlInfoByGUIDInternal(
	Guid guid
)

Parameters

guid
Type: SystemGuid
Object GUID

Return Value

Type: FormUserControlInfo
See Also