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.
Tests whether the given Smartlet properties are valid.

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

Syntax

C#Copy imageCopy Code
[(Name = "{0}.TestProperties")]
public static void CurrentSmartletTestProperties(
	 context,
	params string[] propertyNames
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.TestProperties")> _
Public Shared Sub CurrentSmartletTestProperties ( _
	context As , _
	ParamArray propertyNames As () _
)

Parameters

context
IRenderContext
The context.
propertyNames
array<String>[]()
The property names.

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced