C# Class SenseNet.ContentRepository.Repository

Show file Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
ContentTemplatesFolderName string
ContentTypesFolderName string
ContentTypesFolderPath string
PORTALSECTIONKEY string
RootName string
RootPath string
SchemaFolderName string
SchemaFolderPath string
SystemFolderName string
SystemFolderPath string

Private Properties

Property Type Description
GetBooleanConfigValue bool
GetStringArrayConfigValue string[]

Public Methods

Method Description
Shutdown ( ) : void

Stops all internal services of the Repository.

Start ( ) : RepositoryInstance

Executes the default boot sequence of the Repository.

Repository will be stopped if the returned RepositoryStartSettings instance is disposed.

Start ( RepositoryStartSettings settings ) : RepositoryInstance

Executes the boot sequence of the Repository by the passed RepositoryStartSettings.

Repository will be stopped if the returned RepositoryStartSettings instance is disposed.

Started ( ) : bool

Returns the running state of the Repository.

Private Methods

Method Description
GetBooleanConfigValue ( string key, bool defaultValue ) : bool
GetStringArrayConfigValue ( string key ) : string[]

Method Details

Shutdown() public static method

Stops all internal services of the Repository.
public static Shutdown ( ) : void
return void

Start() public static method

Executes the default boot sequence of the Repository.
Repository will be stopped if the returned RepositoryStartSettings instance is disposed.
public static Start ( ) : RepositoryInstance
return RepositoryInstance

Start() public static method

Executes the boot sequence of the Repository by the passed RepositoryStartSettings.
Repository will be stopped if the returned RepositoryStartSettings instance is disposed.
public static Start ( RepositoryStartSettings settings ) : RepositoryInstance
settings RepositoryStartSettings
return RepositoryInstance

Started() public static method

Returns the running state of the Repository.
public static Started ( ) : bool
return bool

Property Details

ContentTemplatesFolderName public static property

public static string ContentTemplatesFolderName
return string

ContentTypesFolderName public static property

public static string ContentTypesFolderName
return string

ContentTypesFolderPath public static property

public static string ContentTypesFolderPath
return string

PORTALSECTIONKEY public static property

public static string PORTALSECTIONKEY
return string

RootName public static property

public static string RootName
return string

RootPath public static property

public static string RootPath
return string

SchemaFolderName public static property

public static string SchemaFolderName
return string

SchemaFolderPath public static property

public static string SchemaFolderPath
return string

SystemFolderName public static property

public static string SystemFolderName
return string

SystemFolderPath public static property

public static string SystemFolderPath
return string