ISchemaFieldSetProperty Method Ingeniux CMS Content Store API

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: 9.0.565.0 (9.0.565)
Syntax

void SetProperty(
	string propertyName,
	string propertyValue
)

Parameters

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

Reference