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: 9.12.2Syntax
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 |
|