| ItemType Constructor (String, String) |
Initializes a new instance of the
ItemType class
Namespace:
Dynamicweb.Content.Items.Metadata
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public ItemType(
string systemName,
string name
)
Public Sub New (
systemName As String,
name As String
)
Parameters
- systemName
- Type: SystemString
- name
- Type: SystemString
See Also