InedoSDK Reference
Version:

ProGetAssetDirectoryInfo Class

Contains information about an asset directory in ProGet.

Inheritance Hierarchy

  • object
    • Inedo.ProGet.ProGetAssetDirectoryInfo

Syntax

public sealed class ProGetAssetDirectoryInfo : IEquatable<T>

Constructors

Name Description
ProGetAssetDirectoryInfo(string Name, string EndpointUrl, string BrowseUrl, bool CanWrite)

Contains information about an asset directory in ProGet.

Properties

Name Description
BrowseUrl

Browse URL of the asset directory.

CanWrite

Value indicating whether the current user/token can write assets to the directory.

EndpointUrl

API endpoint URL of the asset directory.

Name

Name of the asset directory.