ISchemaFieldSetChildProperty Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
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

Reference