C# Class SenseNet.Portal.Setup.RunOnce.ContentInfo

Afficher le fichier Open project: maxpavlov/FlexNet

Private Properties

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

Méthodes publiques

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

Private Methods

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

Method Details

ContentInfo() public méthode

public ContentInfo ( string path ) : System
path string
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