IContentResolutionService::SetContentDesignerState Method (String^, ContentDesignerState)

 

Sets the current state of the identified content place holder.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

void SetContentDesignerState(
	String^ identifier,
	ContentDesignerState state
)

Parameters

identifier
Type: System::String^

The identifier for a content place holder.

state
Type: System.Web.UI.Design::ContentDesignerState

A ContentDesignerState.

.NET Framework
Available since 2.0
Return to top
Show: