AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

AdvantageLayout..::..IsLayoutMatchName Method

Determines whether the specified name matches this layout's name (case-insensitive, trimmed).

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public bool IsLayoutMatchName(
	string name
)

Parameters

name
Type: String
The layout name to compare against.

Return Value

true if the names match; otherwise, false.