Class SearchContentModuleInfoCollection
Inheritance
SearchContentModuleInfoCollection
Assembly: DotNetNuke.dll
Syntax
public class SearchContentModuleInfoCollection : CollectionBase, IList, ICollection, IEnumerable
Constructors
SearchContentModuleInfoCollection()
Declaration
public SearchContentModuleInfoCollection()
SearchContentModuleInfoCollection(SearchContentModuleInfoCollection)
Declaration
public SearchContentModuleInfoCollection(SearchContentModuleInfoCollection value)
Parameters
SearchContentModuleInfoCollection(SearchContentModuleInfo[])
Declaration
public SearchContentModuleInfoCollection(SearchContentModuleInfo[] value)
Parameters
Properties
this[int]
Declaration
public SearchContentModuleInfo this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
Methods
Add(SearchContentModuleInfo)
Declaration
public int Add(SearchContentModuleInfo value)
Parameters
Returns
AddRange(SearchContentModuleInfoCollection)
Declaration
public void AddRange(SearchContentModuleInfoCollection value)
Parameters
AddRange(SearchContentModuleInfo[])
Declaration
public void AddRange(SearchContentModuleInfo[] value)
Parameters
Contains(SearchContentModuleInfo)
Declaration
public bool Contains(SearchContentModuleInfo value)
Parameters
Returns
CopyTo(SearchContentModuleInfo[], int)
Declaration
public void CopyTo(SearchContentModuleInfo[] array, int index)
Parameters
IndexOf(SearchContentModuleInfo)
Declaration
public int IndexOf(SearchContentModuleInfo value)
Parameters
Returns
Insert(int, SearchContentModuleInfo)
Declaration
public void Insert(int index, SearchContentModuleInfo value)
Parameters
Remove(SearchContentModuleInfo)
Declaration
public void Remove(SearchContentModuleInfo value)
Parameters
ToArray()
Declaration
public SearchContentModuleInfo[] ToArray()
Returns
Implements
Extension Methods