Click or drag to resize

ISchemaFieldSetProperty Method


Sets a property of the field. If the property with the given name doesn't exist, creates a new property.

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

Parameters

propertyName
Type: SystemString
Name of property to update
propertyValue
Type: SystemString
Value of property
See Also