Click or drag to resize
Items Class
Functions for managing groups of items: documents, folders, workspaces
Inheritance Hierarchy
SystemObject
  BlackBerry.Workspaces.ResourceItems

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public class Items

The Items type exposes the following members.

Constructors
  NameDescription
Public methodItems
Initializes a new instance of the Items class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAllFavoritesV30
Gets a list of all starred (favorite) items workspaces, documents or folders for the user
Public methodGetFavoritesV30
Gets a list of starred (favorite) items workspaces, documents or folders for the user under the specified location
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetRecentSharedWithMeV30
Public methodGetSharedWithMeV30
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMarkItemsFavoriteV30
Marks a specified list of items (folders, workspaces/rooms, documents) as starred or unstarred (favorite).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also