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
)
Public Shared Function WizPageTextName (
wizPage As IWizPage,
ids As String
) As String
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:
StringThe UserData text item name to use.
See Also