InedoSDK Reference
Version:

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

Contains information about an asset directory in ProGet.

Syntax

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

Parameters

Name
Type: string

Name of the asset directory.

EndpointUrl
Type: string

API endpoint URL of the asset directory.

BrowseUrl
Type: string

Browse URL of the asset directory.

CanWrite
Type: bool

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