C# Класс SenseNet.ContentRepository.ImportContext

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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