Click or drag to resize

IRepositoryCreatePackage Method

Create new UML package. Fails if a package with the same name already exists.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IPackage CreatePackage(
	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.

Return Value

Type: IPackage
The package.
Exceptions
ExceptionCondition
ModelExceptionThrown when a package with the same name already exists.
See Also