Table of Contents

Class RepositoryItem

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

Represents repository item

public class RepositoryItem
Inheritance
RepositoryItem
Inherited Members

Properties

Description

Gets or sets description

public string Description { get; set; }

Property Value

string

Name

Gets or sets name

public string Name { get; set; }

Property Value

string

SubType

Gets or sets sub type

public string SubType { get; set; }

Property Value

string

TypeName

Gets or sets type

public string TypeName { get; set; }

Property Value

string
To top