SaaS CMS has officially launched! Learn more now.

Interface IContainerMatcher

Used to match objects to a container. For instance when pluggin in an IComponents to an IContainer.

Namespace: EPiServer.Shell.ViewComposition
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public interface IContainerMatcher

Methods

MatchesContainer(IContainer)

Answers if the given container is a match.

Declaration
bool MatchesContainer(IContainer container)
Parameters
Type Name Description
IContainer container

The container to match.

Returns
Type Description
System.Boolean

true if the container is a match; otherwise false.

Extension Methods