Click or drag to resize
TableManagerIsGeneratedSystemView Method
Returns true if the given view is generated view with dynamic code.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static bool IsGeneratedSystemView(
	string viewName
)

Parameters

viewName
Type: SystemString
View name

Return Value

Type: Boolean
See Also