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.
Hook to shortcut reflection to get common property values.

Namespace: Smartsite.Web.Commands
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
protected virtual bool TryGetParameterValueInternal(
	string name,
	out  value
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Overridable Function TryGetParameterValueInternal ( _
	name As , _
	<> ByRef value As  _
) As 

Parameters

name
String
value
Object%

Return Value

See Also

Advanced