London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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