|
UVACanvasAccess
|
Represents the set of default and custom help links for an account. More...


Public Member Functions | |
| string | ToPrettyString () |
Returns a pretty, formatted string representation of the object.
| |
Properties | |
| string | HelpLinkName [get] |
| The name of the help button. | |
| string | HelpLinkIcon [get] |
| The icon used for the help button. | |
| IEnumerable< HelpLink > | CustomHelpLinks [get] |
| Account-defined help links. | |
| IEnumerable< HelpLink > | DefaultHelpLinks [get] |
| Default help links. | |
Represents the set of default and custom help links for an account.
|
inline |
Returns a pretty, formatted string representation of the object.
Implements UVACanvasAccess.Util.IPrettyPrint.