| ProductCategoryServiceGetFieldOptionsFromXml Method |
Namespace:
Dynamicweb.Ecommerce.Products.Categories
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public FieldOptionCollection GetFieldOptionsFromXml(
string categoryId,
string fieldId,
string xml
)
Public Function GetFieldOptionsFromXml (
categoryId As String,
fieldId As String,
xml As String
) As FieldOptionCollection
Parameters
- categoryId
- Type: SystemString
- fieldId
- Type: SystemString
- xml
- Type: SystemString
Return Value
Type:
FieldOptionCollectionSee Also