Click or drag to resize
GeoIPHelperGetOrganizationByIpInternal Method
Finds organization/company name by IP4 address.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetOrganizationByIpInternal(
	string ip
)

Parameters

ip
Type: SystemString
IP4 address

Return Value

Type: String
Organization/company name
See Also