XdsObjects Help file
XdsObjects Namespace / XdsFolder Class / XdsFolder Constructor / XdsFolder Constructor(String)
The UUID of the folder to create



XdsFolder Constructor(String)
Constructor for Existing Folder - used for Adding an existing Folder to a submission set"
Syntax
Public Function New( _
   ByVal UUID As String _
)
Dim UUID As String
 
Dim instance As New XdsFolder(UUID)
public XdsFolder( 
   string UUID
)
public:
XdsFolder( 
   String^ UUID
)

Parameters

UUID
The UUID of the folder to create
Remarks
This is used to create a "dummy" object which is a reference to an existing folder.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also