Table of Contents

Method WithDisplayName

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

WithDisplayName(string)

Adds a custom display name.

IAppPackageBuilder WithDisplayName(string displayName)

Parameters

displayName string

The display name.

Returns

IAppPackageBuilder

A reference to this instance after this operation has completed.

Exceptions

ArgumentNullException

displayName is null.

ArgumentException

displayName is empty or white space.