C# Class SenseNet.ContentRepository.ImportContext

Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method Description
ImportContext ( XmlNodeList fieldData, string currentDirectory, bool isNewContent, bool needToValidate, bool updateReferences ) : System
UnescapeFileName ( string path ) : string

Private Methods

Method Description
GetAttachmentStream ( string attachmentName ) : Stream

Method Details

ImportContext() public method

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
return System

UnescapeFileName() public method

public UnescapeFileName ( string path ) : string
path string
return string