Click or drag to resize

PackageManagerOptions Class

Options for package manager construction.
Inheritance Hierarchy
SystemObject
  Demo3D.PackageManagerPackageManagerOptions

Namespace: Demo3D.PackageManager
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class PackageManagerOptions

The PackageManagerOptions type exposes the following members.

Constructors
 NameDescription
Public methodPackageManagerOptionsInitializes a new instance of the PackageManagerOptions class
Top
Properties
 NameDescription
Public propertyFeeds Comma-separated feed URLs to instantiate a package feed with. If null or empty, the default feed is used.
Top
See Also