ISchemaFieldSetProperty Method
|
Sets a property of the field. If the property with the given name doesn't exist, creates a new property.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid 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 String
- Name of property to update
- propertyValue String
- Value of property
See Also