C# Class SenseNet.Tools.ContentImporter.ContentInfo

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

Private Properties

Свойство Type Description
GetContentTypeName string
GetParentAllowedContentTypeName string
UpdateReferences bool

Méthodes publiques

Méthode Description
ContentInfo ( string path, Node parent ) : System
SetMetadata ( SenseNet.ContentRepository content, string currentDirectory, bool isNewContent, bool needToValidate, bool updateReferences ) : bool

Private Methods

Méthode Description
GetContentTypeName ( string fileName ) : string
GetParentAllowedContentTypeName ( string fileName, Node parent, string defaultFileTypeName ) : string
UpdateReferences ( SenseNet.ContentRepository content, bool needToValidate ) : bool

Method Details

ContentInfo() public méthode

public ContentInfo ( string path, Node parent ) : System
path string
parent Node
Résultat System

SetMetadata() public méthode

public SetMetadata ( SenseNet.ContentRepository content, string currentDirectory, bool isNewContent, bool needToValidate, bool updateReferences ) : bool
content SenseNet.ContentRepository
currentDirectory string
isNewContent bool
needToValidate bool
updateReferences bool
Résultat bool