Autodesk Vault ProfessionalVault API

IsOnSite Property

Autodesk.Connectivity.WebServicesJob

In a multi-site environment, this property tells if the file is on the local site.

Syntax

public System.bool IsOnSite {get; set;}
Public Property IsOnSite As System.Boolean

Remarks

True means that the file is on the local site. False means that the file is not on the local site. This value will always be true on a single-site environment.

A Job can only be reserved by a client connected to the site the job is local to.

See Also