Click or drag to resize

PageTextHelperWizPageTextName Method

Gets the name to use for a private, wizard page text item name for the specified wizard page.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string WizPageTextName(
	IWizPage wizPage,
	string ids
)

Parameters

wizPage
Type: NetQuarryIWizPage
The wizard page.
ids
Type: SystemString
The resource string identifier for the item. This generally serves as the unique string ID for all levels of overriding.

Return Value

Type: String
The UserData text item name to use.
See Also