NetworkSites¶
Type ISIAPINetworkSites · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 45ACCED4-517A-4F53-A2FA-43BB38839E88
Declaration¶
Members¶
Properties
| Property | Type | Summary |
|---|---|---|
| Count | int |
|
| this[] | ISIAPINetworkSite |
|
| this[] | ISIAPINetworkSite |
Methods
| Method | Returns | Summary |
|---|---|---|
| NetworkSiteExists(string) | bool |
Queries whether a particular Network Site exists in the collection |
Properties¶
Count¶
Type int
Code samples
this[]¶
Type ISIAPINetworkSite
Code samples
this[]¶
Type ISIAPINetworkSite
Code samples
Methods¶
NetworkSiteExists(string)¶
Queries whether a particular Network Site exists in the collection
Parameters
| Name | Type | Description |
|---|---|---|
sitename |
string |
Site name to query |
Returns bool - True, if a Network Site with the given Site name exists in the collection. False otherwise