Interface PipelineContainerResponse

interface PipelineContainerResponse {
    containerPath: string;
    webDavURL: string;
}

Properties

containerPath: string

The container path in which the pipeline is defined. If no pipeline has been defined in this container hierarchy, then the value of this property will be null.

webDavURL: string

the WebDavURL for the pipeline root.

Generated using TypeDoc