ToggleOverload List

Type NameDescription
Public methodStatic memberFetchInstance(IObjectStore, Id, PropertyFilter)
Retrieves an object of the CustomObject class by the specified object ID from the specified object store. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in null for the filter parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the filter parameter.
Public methodStatic memberFetchInstance(IObjectStore, String, PropertyFilter)
Retrieves a CustomObject object using the specified path from the specified object store. This method always makes a round-trip to the server. You can optionally include a filter to control which properties to return with the object. If you pass in null for the filter parameter, this method returns values for all non-object properties and returns placeholders for all object-valued properties. For details, see the description of the filter parameter.

ToggleSee Also