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

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
public static BizFormInfo GetBizFormInfoByGUID(
	Guid guid,
	int siteId
)

Parameters

guid
Type: System.Guid
Object GUID
siteId
Type: System.Int32
Site ID

Return Value

Type: BizFormInfo
See Also