ILicensing

Declaration

ILicensing : IDispatch

Overview

This interface is meant for configuring package serial validation, stock keeping units, trial and registration.

Properties

ILicensePackageSerialValidation PackageSerialValidation - Gets the object for package serial validation configuration.

Array<ILicenseTrial>TrialsAndRegistrations - Gets trial and registration objects.

Array<ILicenseSku> StockKeepingUnits - Gets stock keeping unit objects.

Methods

NewTrial(String aName) returns ILicenseTrial - Creates new trial object.

NewStockKeepingUnit(String aName, String aContent) returns ILicenseSku - Creates new stock keeping unit object.

DeleteTrial(ILicenseTrial aTrial) - Deletes trial object.

DeleteStockKeepingUnit(ILicenseSku aTrial) - Deletes stock keeping unit object.

See also

ICustomActionsComponent

IFileCustomAction