GetObjects |
Scroll |
Gets a list of specified object from the server. The returned objects will be language specific if applicable.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetObjects ( _ nType As TheObjectType, _ pAccessMask As ITheRoleAccessMask, _ nFlags As TheGetObjectFlags, _ nlcid As Integer, _ ppItemList As ITheFolderItemList, _ ppFolderList As ITheFolderList _ ) As Void C# public virtual void GetObjects ( TheObjectType nType, ITheRoleAccessMask pAccessMask, TheGetObjectFlags nFlags, int nlcid, out ITheFolderItemList ppItemList, out ITheFolderList ppFolderList )
Parameters nType The type of the object.
pAccessMask A filter on permissions the connected user has.
nFlags Specifies if folder should be part of the retrieved items or not.
nlcid The locale identifier for the language the categories should be returned in. Categories without translation for the specified language will be returned with the default language.
ppItemList Contains the list of retrieved objects from the server.
ppFolderList Contains the list of all folders for the specified object type.
|
|
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |