Represents an item contained in a raft.
Initializes a new instance of the RaftItem2 class.
Gets the name of the item.
Gets the size of the item in bytes.
Gets the type of the item.
Gets the version of the item if applicable.
Gets the last write time.
Gets the name of the user who last modified this item.
Returns a System.IO.Stream backed by the raft item's content.
Returns a System.IO.TextReader backed by the raft item's content.
Returns a byte array containing the raft item's content.
Returns the raft item's content as a string.