com.microsoft.tfs.core.clients.sharepoint
Interface WSSObjectType


public interface WSSObjectType

Types of Sharepoint Objects

Since:
TEE-SDK-10.1
Thread-safety:
immutable

Field Summary
static java.lang.String FILE
          A file object, which contains document data.
static java.lang.String FOLDER
          A folder object, which can contain other folder objects and file objects.
 

Field Detail

FOLDER

static final java.lang.String FOLDER
A folder object, which can contain other folder objects and file objects.

Constant Field Value:
"1"
See Also:
Constant Field Values

FILE

static final java.lang.String FILE
A file object, which contains document data.

Constant Field Value:
"0"
See Also:
Constant Field Values


© 2015 Microsoft. All rights reserved.