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

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

Parameters

guid
Type: SystemGuid
Object GUID
siteId
Type: SystemInt32
Site ID

Return Value

Type: BizFormInfo
See Also