SiteBaseCS_AddLiveObjectParameterValue Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Adds a parameter value to a Live Object

Namespace: ContentStudio.Site
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public void CS_AddLiveObjectParameterValue(
	int documentId,
	string key,
	string value
)

Parameters

documentId
Type: SystemInt32
The document ID to refer to
key
Type: SystemString
The key of the value
value
Type: SystemString
The value connected to the key
See Also

Reference