Property used in InputField input to assign a value
Posted: Tue Aug 24, 2010 3:29 pm
Hi,
What property is used in the InputField input to assign a value
// ADD IN THE PRODUCT TEMPLATE CHOICES
foreach (ProductProductTemplate ppt in product.ProductProductTemplates)
{
ProductTemplate template = ppt.ProductTemplate;
if (template != null)
{
foreach (InputField input in template.InputFields)
{
// What property is used here to set a value entered
input.
Thanks
Dylan
What property is used in the InputField input to assign a value
// ADD IN THE PRODUCT TEMPLATE CHOICES
foreach (ProductProductTemplate ppt in product.ProductProductTemplates)
{
ProductTemplate template = ppt.ProductTemplate;
if (template != null)
{
foreach (InputField input in template.InputFields)
{
// What property is used here to set a value entered
input.
Thanks
Dylan