Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "CustomHelpMenuSection"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CustomHelpMenuSection ¶
type CustomHelpMenuSection struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"CustomHelpMenuSection"`
Xmlns string `xml:"xmlns,attr"`
CustomHelpMenuItems []struct {
LinkUrl struct {
Text string `xml:",chardata"`
} `xml:"linkUrl"`
MasterLabel struct {
Text string `xml:",chardata"`
} `xml:"masterLabel"`
SortOrder struct {
Text string `xml:",chardata"`
} `xml:"sortOrder"`
} `xml:"customHelpMenuItems"`
MasterLabel struct {
Text string `xml:",chardata"`
} `xml:"masterLabel"`
}
func Open ¶
func Open(path string) (*CustomHelpMenuSection, error)
func (*CustomHelpMenuSection) SetMetadata ¶
func (c *CustomHelpMenuSection) SetMetadata(m metadata.MetadataInfo)
func (*CustomHelpMenuSection) Type ¶
func (c *CustomHelpMenuSection) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.