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.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 String
- Name of the child property
- propertyValue String
- Value of the child property
See Also