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

Parameters

propertyName  String
Name of property to update
propertyValue  String
Value of property
See Also