Click or drag to resize
BaseInfoGeneralizedInfoWrapperIsAvailableOnSite Method
Checks whether info object as availabe on given site. Available means that object is global or assigned to given site.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool IsAvailableOnSite(
	SiteInfoIdentifier site
)

Parameters

site
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier: site name or ID

Return Value

Type: Boolean
See Also