SiteBaseInternalSetProperty Method (String, Boolean) Content Studio 5.7 SDK
Content Studio Web Content Management System

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

Note: This API is now obsolete.

Sets internal properties for the current page.

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

[ObsoleteAttribute("This method is no longer used")]
protected virtual void InternalSetProperty(
	string propertyName,
	bool propertyValue
)

Parameters

propertyName
Type: SystemString
The name of the property to set
propertyValue
Type: SystemBoolean
The value to set
Exceptions

ExceptionCondition
InvalidOperationExceptionProperty is write protected
ArgumentOutOfRangeExceptionProperty could not be found
Remarks

This method is only intended for Content Studio infra structure.
See Also

Reference