| 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 = ""
)
Public Sub New (
helpLink As String,
Optional whatsNewLink As String = ""
)
public:
HelpAttribute(
String^ helpLink,
String^ whatsNewLink = L""
)
Parameters
- helpLink
- Type: SystemString
Link to help documentation - whatsNewLink (Optional)
- Type: SystemString
Link to what's new page
See Also