Property | Type | Description | |
---|---|---|---|
AttributeSetIDs | string[] | ||
EntityIDs | string[] | ||
Messages | List |
||
ReferencedFiles | List |
Method | Description | |
---|---|---|
GenerateNiceXml ( ) : string |
Exports given AttributeSets, Entities and Templates to an XML and returns the XML as string.
|
|
XmlExporter ( int zoneId, int appId, bool appExport, string attrSetIds, string entityIds ) : System |
Method | Description | |
---|---|---|
AddAdamFilesToExportQueue ( ) : void | ||
AddFileAndFolderToQueue ( int fileNum ) : void | ||
AddFolderToQueue ( int folderId ) : void | ||
GetEntityXElement ( Entity e ) : System.Xml.Linq.XElement |
Returns an Entity XElement
|
|
GetFileXElement ( int fileId ) : System.Xml.Linq.XElement | ||
GetFilesXElements ( ) : System.Xml.Linq.XElement | ||
GetFolderXElement ( int folderId ) : System.Xml.Linq.XElement | ||
GetFoldersXElements ( ) : System.Xml.Linq.XElement | ||
InitExportXDocument ( ) : void |
public XmlExporter ( int zoneId, int appId, bool appExport, string attrSetIds, string entityIds ) : System | ||
zoneId | int | |
appId | int | |
appExport | bool | |
attrSetIds | string | |
entityIds | string | |
return | System |