Click or drag to resize

PFWidgetFactoryFindWidgetMetadata Method

Finds the widget metadata from the given widget global name, or null if no widget matching this global name could be found.

Namespace:  Packflow.Core.Widgets
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static PFWidgetMetadata FindWidgetMetadata(
	PFSite site,
	string globalName
)

Parameters

site
Type: Packflow.CorePFSite
globalName
Type: SystemString

Return Value

Type: PFWidgetMetadata
See Also