Click or drag to resize
VdrDocumentFilter Enumeration
An enum of values for filtering workspace files

Namespace:  BlackBerry.Workspaces.Enums
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public enum VdrDocumentFilter
Members
  Member nameValueDescription
ALL0 ll files.
VALID_ONLY1 nly viewable files; expired files will not be sent.
UNREAD2 nly files that have not been read yet.
READ3 nly files that have been read.
STARRED4 nly starred (favorites) files
UNSTARRED5 nly unstarred (non-favorites) files
See Also