GetCategoryDataRoot Method
See Also 
SourceCode.Categories.Client Namespace > CategoryServer Class : GetCategoryDataRoot Method



category
dataType
xmlRootDoc

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function GetCategoryDataRoot( _
   ByVal category As Category, _
   ByVal dataType As String, _
   ByVal xmlRootDoc As String _
) As XmlDocument
Visual Basic (Usage) Copy Code
Dim instance As CategoryServer
Dim category As Category
Dim dataType As String
Dim xmlRootDoc As String
Dim value As XmlDocument
 
value = instance.GetCategoryDataRoot(category, dataType, xmlRootDoc)
C#  
public XmlDocument GetCategoryDataRoot( 
   Category category,
   string dataType,
   string xmlRootDoc
)
C++/CLI  
public:
XmlDocument^ GetCategoryDataRoot( 
   Category^ category,
   String^ dataType,
   String^ xmlRootDoc
) 

Parameters

category
dataType
xmlRootDoc

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