XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / FromUUID Method
The UUID of the reference



FromUUID Method
Creates a "dummy" XdsDocument object, in which only the UUID is populated, and the AlreadyExists property is true.
Syntax
Public Shared Function FromUUID( _
   ByVal UUID As String _
) As XdsDocument
Dim UUID As String
Dim value As XdsDocument
 
value = XdsDocument.FromUUID(UUID)
public static XdsDocument FromUUID( 
   string UUID
)
public:
static XdsDocument^ FromUUID( 
   String^ UUID
) 

Parameters

UUID
The UUID of the reference

Return Value

A new minimal XdsDocument
Remarks
This is used when adding a reference to an "existing" document to a XdsSubmissionSet or XdsFolder, as it enables the reference to be used, without creating a duplicate of the document itself.
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