GetCategoryById(CategoryId) Method
See Also 
SourceCode.Categories.Client Namespace > CategoryCollection Class > GetCategoryById Method : GetCategoryById(CategoryId) Method



categoryId

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function GetCategoryById( _
   ByVal categoryId As CategoryId _
) As Category
Visual Basic (Usage) Copy Code
Dim instance As CategoryCollection
Dim categoryId As CategoryId
Dim value As Category
 
value = instance.GetCategoryById(categoryId)
C#  
public Category GetCategoryById( 
   CategoryId categoryId
)
C++/CLI  
public:
Category^ GetCategoryById( 
   CategoryId^ categoryId
) 

Parameters

categoryId

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