This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Represents a provider section handler.
Namespace: Smartsite.Configuration
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public class ProviderCollectionSectionHandler : |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ProviderCollectionSectionHandler _ Implements |
Examples
Copy Code | |
---|---|
<authorizationAgents> <provider type="Smartsite.Web.VarioPublish.Runtime.Authorization.ChainAuthorizationProvider, Smartsite.Web.VarioPublish.Runtime"> <agents> <agent type="Smartsite.Web.MyApplication.CustomAgent, Smartsite.Web.MyApplication" /> </agents> </provider> </authorizationAgents> |
Inheritance Hierarchy
See Also
ProviderCollectionSectionHandler Members
Smartsite.Configuration Namespace