Click or drag to resize

IFolderGet Method

Overload List
  NameDescription
Public methodGetT(String, Boolean, Int32)
Retrieves all objects of a specific type contained in the folder up to a maximum number and returns them with a specific business object interface. This method fails if at least one of the objects specified by pObjType does not implement the T business object interface.
Public methodGetT(IObjType, Boolean, Int32)
Retrieves all objects of a specific type contained in the folder up to a maximum number and returns them with a specific business object interface. This method fails if at least one of the objects specified by pObjType does not implement the T business object interface.
Top
See Also