LocationConfigurationCollection methods
SharePoint 2013
The LocationConfigurationCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | Adds a LocationConfiguration object to the collection. |
|
Clear | Removes all of the LocationConfiguration objects from the collection. |
|
Contains(String) | Determines whether a LocationConfiguration object with the specified internal name or display name is in the collection. |
|
Contains(LocationConfiguration) | Determines whether a LocationConfiguration object is in the collection. |
|
CopyTo | Copies the elements of the collection to an array, starting at a particular array index. |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Returns an enumerator that iterates through the collection. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Remove(String) | Removes a [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object whose internal name or display name matches the specified string. |
|
Remove(LocationConfiguration) | Removes the specified [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object from the collection. |
|
ToString | (Inherited from Object.) |
|
TryGetLocationConfigurationByInternalName | Retrieves the [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object that matches the specified InternalName property. |
|
TryGetLocationConfigurationByName | Retrieves the first [Microsoft.Office.Server.Search.Administration.LocationConfiguration] object in the collection that matches the specified InternalName property. |
| Name | Description | |
|---|---|---|
|
IEnumerable.GetEnumerator | Returns an enumerator that iterates through the collection. |
Show: