Represents a folder that contains build definitions.

interface Folder {
    createdBy?: IdentityRef;
    createdOn?: Date;
    description?: string;
    lastChangedBy?: IdentityRef;
    lastChangedDate?: Date;
    path?: string;
    project?: TeamProjectReference;
}

Properties

createdBy?: IdentityRef

The process or person who created the folder.

createdOn?: Date

The date the folder was created.

description?: string

The description.

lastChangedBy?: IdentityRef

The process or person that last changed the folder.

lastChangedDate?: Date

The date the folder was last changed.

path?: string

The full path.

The project.