Otter SDK Reference
Version:

RaftItem Class

Represents an item contained in a raft.

Inheritance Hierarchy

  • object
    • Inedo.Otter.Extensibility.RaftRepositories.RaftItem

Syntax

public class RaftItem : IEquatable<RaftItem>

Constructors

Name Description
RaftItem(RaftItemType type, string name, System.DateTime lastWriteTime)

Initializes a new instance of the RaftItem class.

Properties

Name Description
ItemName

Gets the name of the item.

ItemType

Gets the type of the item.

LastWriteTime

Gets the last write.