Method | Description | |
---|---|---|
Export ( IContentType contentType ) : System.Xml.Linq.XElement |
Exports an IContentType to xml as an XElement
|
|
Packaging ( Umbraco.Core.Services.ServiceContext serviceContext ) : System |
Method | Description | |
---|---|---|
AddChildXml ( IContent originalDescendants, IEnumerable |
Used by Content Export to recursively add children
|
|
AddChildXml ( IMedia originalDescendants, IEnumerable |
Used by Media Export to recursively add children
|
|
Export ( IContent content, bool deep = false ) : System.Xml.Linq.XElement |
Exports an IContent item to xml as an XElement
|
|
Export ( IContentBase contentBase, string nodeName ) : System.Xml.Linq.XElement |
Part of the export of IContent and IMedia which is shared
|
|
Export ( IDataTypeDefinition dataTypeDefinition ) : System.Xml.Linq.XElement | ||
Export ( IMedia media, bool deep = false ) : System.Xml.Linq.XElement |
Exports an IMedia item to xml as an XElement
|
|
Export ( IMediaType mediaType ) : System.Xml.Linq.XElement |
Exports an IMediaType to xml as an XElement
|
|
ExportToFile ( string absoluteFilePath, string nodeType, int id ) : void |
public Export ( IContentType contentType ) : System.Xml.Linq.XElement | ||
contentType | IContentType | ContentType to export |
return | System.Xml.Linq.XElement |
public Packaging ( Umbraco.Core.Services.ServiceContext serviceContext ) : System | ||
serviceContext | Umbraco.Core.Services.ServiceContext | |
return | System |