pmMDA.NET

ClientDataObjectHandler.RetrieveLw Method (Type)

[This is preliminary documentation and subject to change.]

Retrieves the list of lightweight data objects of the given type.

public ILightweightObject[] RetrieveLw(
   Type type
);

Parameters

type
Type of the root object to retrieve.

Return Value

The list of found lightweight data objects. If no object of the specified type is found an empty array is returned.

Implements

IDataObjectHandler.RetrieveLw

Exceptions

Exception Type Condition
WebException Network error.

See Also

ClientDataObjectHandler Class | PmMda.Net.Dog.Remoting Namespace | ClientDataObjectHandler.RetrieveLw Overload List