Compoze Software, Inc.

com.compoze.exchange.webdav
Interface IScope


Deprecated. This interface has been deprecated and will be removed by version 3.1. Replaced with IScope

public interface IScope

This interface contains the values that are used to determine scope of a folder search.


Field Summary
static int DEEP
          Deprecated. Search against any and all subfolders of the given folder.
static int HIERARCHICAL
          Deprecated. Search against folder resources in a specified folder hierarchy
static int SHALLOW
          Deprecated. Search against folder resources in the specified folder, but not in any of the subfolders.
 

Field Detail

SHALLOW


public static final int SHALLOW
Deprecated. 
Search against folder resources in the specified folder, but not in any of the subfolders.

DEEP


public static final int DEEP
Deprecated. 
Search against any and all subfolders of the given folder.

HIERARCHICAL


public static final int HIERARCHICAL
Deprecated. 
Search against folder resources in a specified folder hierarchy

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.