Click or drag to resize
ObjectVersionManagerGetObjectVersionedExtensions Method
Returns allowed extensions list from settings.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 8.2.23
Syntax
C#
public static string GetObjectVersionedExtensions(
	string objectType,
	string siteName
)

Parameters

objectType
Type: SystemString
Object type to check versioned extensions for
siteName
Type: SystemString
Name of the site

Return Value

Type: String
See Also