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

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

Parameters

objectType
Type: System.String
Object type to check versioned extensions for
siteName
Type: System.String
Name of the site

Return Value

Type: String
See Also