Documentation
¶
Index ¶
Constants ¶
View Source
const NAME = "ContentAsset"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentAsset ¶
type ContentAsset struct {
metadata.MetadataInfo
XMLName xml.Name `xml:"ContentAsset"`
Xmlns string `xml:"xmlns,attr"`
IsVisibleByExternalUsers struct {
Text string `xml:",chardata"`
} `xml:"isVisibleByExternalUsers"`
Language struct {
Text string `xml:",chardata"`
} `xml:"language"`
MasterLabel struct {
Text string `xml:",chardata"`
} `xml:"masterLabel"`
Relationships struct {
Organization struct {
Access struct {
Text string `xml:",chardata"`
} `xml:"access"`
} `xml:"organization"`
} `xml:"relationships"`
Versions struct {
Version struct {
Number struct {
Text string `xml:",chardata"`
} `xml:"number"`
PathOnClient struct {
Text string `xml:",chardata"`
} `xml:"pathOnClient"`
} `xml:"version"`
} `xml:"versions"`
}
func Open ¶
func Open(path string) (*ContentAsset, error)
func (*ContentAsset) SetMetadata ¶
func (c *ContentAsset) SetMetadata(m metadata.MetadataInfo)
func (*ContentAsset) Type ¶
func (c *ContentAsset) Type() metadata.MetadataType
Click to show internal directories.
Click to hide internal directories.