Valid for Sitecore
5.2, 5.1.1
SetProperty
Prev Next |
SetProperty stores given property value with the given name. The method returns True if the operation was successful, False otherwise.
bool SetProperty(
string name,
string value,
CallContext context
)
Prev Next