Dynamicweb 8 Documentation
GetCategoryValue(String,String) Method

An ID (system name) of the category.
An ID of the target category field.
Retrieves the value of the given category field.
Syntax
'Declaration
 
Public Overloads Function GetCategoryValue( _ 
   ByVal categoryID As String, _ 
   ByVal fieldID As String _ 
) As Object
public object GetCategoryValue( 
   string categoryID,
   string fieldID 
)

Parameters

categoryID
An ID (system name) of the category.
fieldID
An ID of the target category field.

Return Value

Category field value.
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

Reference

Product Class
Product Members
Overload List

Send Feedback