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 imageCopy Code
public class ProviderCollectionSectionHandler : 
Visual Basic (Declaration)Copy imageCopy Code
Public Class ProviderCollectionSectionHandler _
	Implements 

Examples

 Copy imageCopy 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

System..::..Object
  Smartsite.Configuration..::..ProviderCollectionSectionHandler

See Also

Advanced