Table of Contents

Class RepositoryInfo

Namespace
Dynamicweb.Indexing.Repositories
Assembly
Dynamicweb.Core.dll

Represents repository info

public class RepositoryInfo
Inheritance
RepositoryInfo
Inherited Members

Constructors

RepositoryInfo()

Default constructor

public RepositoryInfo()

RepositoryInfo(string)

Creates new repository info instance with specified name

public RepositoryInfo(string name)

Parameters

name string

Repository info name

Properties

Description

Gets or sets descritpion

public string Description { get; set; }

Property Value

string

Image

Gets or sets image

public string Image { get; set; }

Property Value

string

Name

Gets or sets name

public string Name { get; set; }

Property Value

string

Path

Gets or sets path

public string Path { get; set; }

Property Value

string

Requires

Gets or sets required items

public IEnumerable<string> Requires { get; set; }

Property Value

IEnumerable<string>
To top