Table of Contents

Method WithDescription

Namespace
Skyline.AppInstaller
Assembly
Skyline.DataMiner.Core.AppPackageCreator.dll

WithDescription(string)

Adds a description to the package.

IAppPackageBuilder WithDescription(string description)

Parameters

description string

Description of the package.

Returns

IAppPackageBuilder

A reference to this instance after this operation has completed.

Exceptions

ArgumentNullException

description is null.