Update name, display name, description and version with a single method call.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax void Update(
string name,
string displayName,
string description,
string version
)
Parameters
- name
- Type: SystemString
The name - displayName
- Type: SystemString
The display name - description
- Type: SystemString
The Description - version
- Type: SystemString
The version
See Also