Previous Topic: CaPackage

Next Topic: CaFormList GetFormListAsList(bool bRefresh)


CaPackage(const CaPackage &src)

This constructor instantiates a CaPackage from an existing CaPackage.

Owning Class

CaPackage

Arguments

CaPackage src-existing CaPackage to duplicate on construction

Return Value

None

Exceptions

Throws CaException on error.

Example

CaPackage packageCopy(originalPackage);

More information: