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.6.492
Syntax
void SetChildProperty(
	string propertyName,
	string propertyValue
)

Parameters

propertyName  String
Name of the child property
propertyValue  String
Value of the child property
See Also