Edit

Share via


SourceRepositoryItem Class

Definition

Represents an item in a repository from a source provider.

[System.Runtime.Serialization.DataContract]
public class SourceRepositoryItem
type SourceRepositoryItem = class
Public Class SourceRepositoryItem
Inheritance
SourceRepositoryItem
Attributes

Constructors

SourceRepositoryItem()

Properties

IsContainer

Whether the item is able to have sub-items (e.g., is a folder).

Path

The full path of the item, relative to the root of the repository.

Type

The type of the item (folder, file, etc).

Url

The URL of the item.

Applies to