Click or drag to resize
BaseRESTServiceGetRequestedEncoding Method
Returns requested encoding or default encoding if none was specified.

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 11.0.0
Syntax
C#
public static Encoding GetRequestedEncoding(
	string siteName
)

Parameters

siteName
Type: SystemString
Name of the site from where to take the settings

Return Value

Type: Encoding
See Also