Click or drag to resize

ISchemaFieldSetChildProperty Method


Sets a property of child item of the field. Only applies to List Element field type. If child property with given name doesn't exist, will create a new child property.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax
void SetChildProperty(
	string propertyName,
	string propertyValue
)

Parameters

propertyName
Type: SystemString
Name of the child property
propertyValue
Type: SystemString
Value of the child property
See Also