com.microsoft.tfs.core.clients.sharepoint
Class WSSFolder

java.lang.Object
  extended by com.microsoft.tfs.core.clients.sharepoint.WSSNode
      extended by com.microsoft.tfs.core.clients.sharepoint.WSSFolder
All Implemented Interfaces:
Hierarchical, Labelable, java.lang.Comparable

public class WSSFolder
extends WSSNode

A folder (which contains folders and documents) in Sharepoint.

Since:
TEE-SDK-10.1
Thread-safety:
thread-compatible

Constructor Summary
WSSFolder()
           
WSSFolder(org.w3c.dom.Element element)
           
 
Method Summary
 
Methods inherited from class com.microsoft.tfs.core.clients.sharepoint.WSSNode
addChild, buildWSSNode, compareTo, getChildren, getEditor, getFullPath, getLabel, getParent, getPath, getWSSObjectType, hasChildren, setEditor, setFullPath, setLabel, setParent, setPath, setWSSObjectType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSFolder

public WSSFolder()

WSSFolder

public WSSFolder(org.w3c.dom.Element element)


© 2015 Microsoft. All rights reserved.