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.

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

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)


© 2014 Microsoft. All rights reserved.