Click or drag to resize
ServerInfoProviderIsEnabledServerInternal Method

Note: This API is now obsolete.

Indicates if there is at least one enabled staging server for given site IDs.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete. Please use IsEnabledServer(int siteId) instead.")]
protected bool IsEnabledServerInternal(
	List<int> siteIDs
)

Parameters

siteIDs
Type: System.Collections.GenericListInt32
Site IDs

Return Value

Type: Boolean
See Also