PropertiesUpdateProperty Method |
Updates the value of a property instance.
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void UpdateProperty(
Guid propertyId,
Object value,
Nullable<int> languageId
)
Public Sub UpdateProperty (
propertyId As Guid,
value As Object,
languageId As Nullable(Of Integer)
)
public:
void UpdateProperty(
Guid propertyId,
Object^ value,
Nullable<int> languageId
)
member UpdateProperty :
propertyId : Guid *
value : Object *
languageId : Nullable<int> -> unit
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