PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether one or more property values come from client data (ajax request, form posting, querystring).

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.HasClientValues")]
public static <bool> CurrentSmartletIsInitialRendering(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.HasClientValues")> _
Public Shared Function CurrentSmartletIsInitialRendering ( _
	context As  _
) As (Of )

Parameters

context
IRenderContext
The context.

Return Value

Boolean

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced