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 the specified CMS item output is visualizable.

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

Syntax

C#Copy imageCopy Code
public static bool IsVisualizable(
	 cmsItem
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function IsVisualizable ( _
	cmsItem As  _
) As 

Parameters

cmsItem
CmsItem
The CMS item.

Return Value

true if the specified CMS item is visualizable; otherwise, false.

See Also

Advanced