AddProductProperty

Description

Adds a new product property.

IQlmProductProperty AddProductProperty(string guid, string category, 
                                       string name, string type, 
                                       string help, string val)

Parameters

ParameterTypeDescription
guidstringthe unique identifier of the product property
categorystringcategory of the product property
namestringname of the product property
typestringdata type of the product property. Possible values are: bool | int | string
helpstringhelp text to associate with the product property
valstringdefault value of the product property

Return

TypeDescription
IQlmProductPropertyNewly created product property