C# 클래스 SenseNet.ContentRepository.ImportContext

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
ImportContext ( XmlNodeList fieldData, string currentDirectory, bool isNewContent, bool needToValidate, bool updateReferences ) : System
UnescapeFileName ( string path ) : string

비공개 메소드들

메소드 설명
GetAttachmentStream ( string attachmentName ) : Stream

메소드 상세

ImportContext() 공개 메소드

public ImportContext ( XmlNodeList fieldData, string currentDirectory, bool isNewContent, bool needToValidate, bool updateReferences ) : System
fieldData System.Xml.XmlNodeList
currentDirectory string
isNewContent bool
needToValidate bool
updateReferences bool
리턴 System

UnescapeFileName() 공개 메소드

public UnescapeFileName ( string path ) : string
path string
리턴 string