ArtifactScope interface
Describes the scope a favorited Artifact resides in. e.g. A team project.
Properties
id | The identifier of the scope the artifact resides in. For a TFS Project, this refers to the Project GUID string. For a Collection, marked this property with an empty string. |
name | Name of the artifact scope (e.g. Project Name) Note: This property is a read-only extension over the stored favorite model. This value cannot be overridden on writes. |
type | Type of scope the favorite artifact resides in. Known scopes include "Project" or "Collection" |
Property Details
id
The identifier of the scope the artifact resides in. For a TFS Project, this refers to the Project GUID string. For a Collection, marked this property with an empty string.
id: string
Property Value
string
name
Name of the artifact scope (e.g. Project Name) Note: This property is a read-only extension over the stored favorite model. This value cannot be overridden on writes.
name: string
Property Value
string
type
Type of scope the favorite artifact resides in. Known scopes include "Project" or "Collection"
type: string
Property Value
string