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



category

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub LoadCategoryData( _
   ByVal category As Category _
) 
Visual Basic (Usage) Copy Code
Dim instance As CategoryServer
Dim category As Category
 
instance.LoadCategoryData(category)
C#  
public void LoadCategoryData( 
   Category category
)
C++/CLI  
public:
void LoadCategoryData( 
   Category^ category
) 

Parameters

category

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