IsOnSite Property
In a multi-site environment, this property tells if the file is on the local site. 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.
Syntax
public System.bool IsOnSite {get; set;}Public Property IsOnSite As System.Boolean