C# Class SenseNet.ContentRepository.ImportContext

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetAttachmentStream ( string attachmentName ) : Stream

Method Details

ImportContext() public méthode

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
Résultat System

UnescapeFileName() public méthode

public UnescapeFileName ( string path ) : string
path string
Résultat string