This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Class that combines the list of static security profile databases with the list of dynamic databases.

Namespace: Smartsite.Security
Assembly:  Smartsite.Security (in Smartsite.Security.dll)

Syntax

C#Copy imageCopy Code
public class ProfileDatabases<T> : <string, T>, 
	<<string, T>>, <<string, T>>, 
	
Visual Basic (Declaration)Copy imageCopy Code
Public Class ProfileDatabases(Of T) _
	Implements (Of , T), (Of (Of , T)),  _
	(Of (Of , T)), 

Type Parameters

T

Inheritance Hierarchy

System..::..Object
  Smartsite.Security..::..ProfileDatabases<(Of <(<'T>)>)>

See Also

Advanced