Table of Contents

Method WithBuildIdentifier

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

WithBuildIdentifier(string)

Adds a build identifier.

public IAppPackageBuilder WithBuildIdentifier(string build)

Parameters

build string

The build identifier.

Returns

IAppPackageBuilder

A reference to this instance after this operation has completed.

Exceptions

ArgumentNullException

build is null.

ArgumentException

build is empty or white space.