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