Dynamicweb 8 Documentation
GetCategoryValue(String,Field) Method

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

Parameters

categoryID
An ID (system name) of the category.
field
An instance 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