Method WithDisplayName
- Namespace
- Skyline.AppInstaller
- Assembly
- Skyline.DataMiner.Core.AppPackageCreator.dll
WithDisplayName(string)
Adds a custom display name.
public IAppPackageBuilder WithDisplayName(string displayName)
Parameters
displayName
stringThe 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.