Click or drag to resize
WebPartInstanceFindVariant Method
Finds the variant with the given variant ID

Namespace: CMS.PortalEngine
Assembly: CMS.PortalEngine (in CMS.PortalEngine.dll) Version: 8.2.23
Syntax
C#
public WebPartInstance FindVariant(
	int variantId
)

Parameters

variantId
Type: SystemInt32
Variant ID

Return Value

Type: WebPartInstance
See Also