Version:
RaftItem(RaftItemType type, string name, System.DateTime lastWriteTime) Constructor
Initializes a new instance of the RaftItem class.
Syntax
public .ctor(RaftItemType type, string name, System.DateTime lastWriteTime)
Parameters
- type
- Type: RaftItemType
The type.
- name
- Type: string
The name.
- lastWriteTime
- Type: System.DateTime
The last write time in UTC.