Click or drag to resize
PropertiesUpdateProperty Method
Updates the value of a property instance.

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void UpdateProperty(
	Guid propertyId,
	Object value,
	Nullable<int> languageId
)

Parameters

propertyId
Type: SystemGuid
The unique identifier of the property.
value
Type: SystemObject
The value to update.
languageId
Type: SystemNullableInt32
The language of the property's content to update.
See Also