  | ProductGetCategoryValue Method (String, String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Ecommerce.Products
    Assembly:
   Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntaxpublic Object GetCategoryValue(
	string categoryId,
	string fieldId,
	bool includeInheritance
)
Public Function GetCategoryValue ( 
	categoryId As String,
	fieldId As String,
	includeInheritance As Boolean
) As Object
Parameters
- categoryId
 - Type: SystemString
 - fieldId
 - Type: SystemString
 - includeInheritance
 - Type: SystemBoolean
 
Return Value
Type: 
Object
See Also