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
)
Sub SetChildProperty (
propertyName As String,
propertyValue As String
)
void SetChildProperty(
String^ propertyName,
String^ propertyValue
)
abstract SetChildProperty :
propertyName : string *
propertyValue : string -> unit
Parameters
- propertyName
- Type: SystemString
Name of the child property - propertyValue
- Type: SystemString
Value of the child property
See Also