Click or drag to resize

HelpAttribute Constructor

Constructor for specifying links to help resources

Namespace:  CodeStack.SwEx.PMPage.Attributes
Assembly:  CodeStack.SwEx.PMPage (in CodeStack.SwEx.PMPage.dll) Version: 0.7.2.0 (0.7.2.0)
Syntax
public HelpAttribute(
	string helpLink,
	string whatsNewLink = ""
)

Parameters

helpLink
Type: SystemString
Link to help documentation
whatsNewLink (Optional)
Type: SystemString
Link to what's new page
See Also