Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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: 7.19.2
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