Click or drag to resize

StudioServicePackageCreate Method

Namespace:  PDTec.IceNet.Domain.Development.Service
Assembly:  PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public void PackageCreate(
	string packageName,
	string packageDisplayName,
	string packageDescr,
	string packageVersion,
	out string packageId
)

Parameters

packageName
Type: SystemString
packageDisplayName
Type: SystemString
packageDescr
Type: SystemString
packageVersion
Type: SystemString
packageId
Type: SystemString
See Also