Version:
RaftItem2(RaftItemType type, string name) Constructor
Initializes a new instance of the RaftItem2 class.
Syntax
protected RaftItem2(RaftItemType type, string name)
Parameters
- type
- Type: RaftItemType
The type of the item.
- name
- Type: string
The full name of the item.
Exceptions
System.ArgumentNullException
|
name is null (Nothing in Visual Basic) or empty.
|