Initializes a new instance of the SearchContentModuleInfoCollection class containing the elements of the specified source collection.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public SearchContentModuleInfoCollection( SearchContentModuleInfoCollection value ) |
Visual Basic |
---|
Public Sub New ( value As SearchContentModuleInfoCollection ) |
Parameters
- value
- Type: DotNetNuke.Services.Search..::..SearchContentModuleInfoCollection
A SearchContentModuleInfoCollection with which to initialize the collection.