GetRaftItemVersions(RaftItemType type, string name) Method

Returns a sequence of versions for the specified raft item in order starting with the most recent.

Syntax

public virtual IEnumerable<RaftItem2> GetRaftItemVersions(RaftItemType type, string name)

Parameters

type
Type: RaftItemType

The type of the item.

name
Type: string

The name of the item.

Returns

Sequence of versions for the specified raft item in order starting with the most recent.

Exceptions

System.NotSupportedException

The raft does not support versioning.