Public Methods

  Name Description
Public method FetchProperties Overloaded. Retrieves this object from the server and replaces existing information in the property cache with the retrieved information for the properties specified by the filter.

If this object has changed on the server since it was last retrieved, you should call a Refresh method first; otherwise, an error will be thrown.

Public method FetchProperty Overloaded. Refreshes this object and retrieves from the server the object referenced by the object-valued property specified by the propertyName parameter and populates its properties according to the filter.
Public method GetObjectReference Returns an object reference that represents the object's identity.

The ID of an independent object is the class name and ID of the object. The ID can be a path, GUID, or name of the object.

Public method Refresh Overloaded. Retrieves this object from the server and replaces existing information in the property cache with the retrieved property information.
Top

See Also