API Reference
Class
MasterContent
Full master payload (MasterContents plus the masters.xml element) for importing.
Inheritance
- Object
- MasterContent
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public MasterContent() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String NameU { get; set; } #Universal (language-independent) master name.
public XDocument MasterXml { get; set; } #The full XML of the master part (masterNNNN.xml).
public XElement MasterElement { get; set; } #The corresponding Master element from masters.xml.
public IList<MasterRelationshipContent> Relationships { get; } #Relationships owned by the master part, including copied media payloads.