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

Datei anzeigen Open project: maxpavlov/FlexNet

Private Properties

Property Type Description
GetContentTypeName string
UpdateReferences bool

Public Methods

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

Private Methods

Method Description
GetContentTypeName ( string fileName ) : string
UpdateReferences ( SenseNet.ContentRepository content, bool needToValidate ) : bool

Method Details

ContentInfo() public method

public ContentInfo ( string path ) : System
path string
return System

SetMetadata() public method

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