C# 클래스 ToSic.SexyContent.ImportExport.XmlExporter

파일 보기 프로젝트 열기: 2sic/2sxc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AttributeSetIDs string[]
EntityIDs string[]
Messages List
ReferencedFiles List

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

GenerateNiceXml() 공개 메소드

Exports given AttributeSets, Entities and Templates to an XML and returns the XML as string.
public GenerateNiceXml ( ) : string
리턴 string

XmlExporter() 공개 메소드

public XmlExporter ( int zoneId, int appId, bool appExport, string attrSetIds, string entityIds ) : System
zoneId int
appId int
appExport bool
attrSetIds string
entityIds string
리턴 System

프로퍼티 상세

AttributeSetIDs 공개적으로 프로퍼티

public string[] AttributeSetIDs
리턴 string[]

EntityIDs 공개적으로 프로퍼티

public string[] EntityIDs
리턴 string[]

Messages 공개적으로 프로퍼티

public List Messages
리턴 List

ReferencedFiles 공개적으로 프로퍼티

public List ReferencedFiles
리턴 List