Click or drag to resize
ObjectVersionManagerIsObjectExtensionVersioned Method
Determines whether the file with the specified extension (case insensitive) is versioned on site specified by name.

Namespace: CMS.Synchronization
Assembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 9.0.0
Syntax
C#
public static bool IsObjectExtensionVersioned(
	string objectType,
	string extension,
	string siteName
)

Parameters

objectType
Type: SystemString
Object type to check versioned extensions for
extension
Type: SystemString
File extension to check.
siteName
Type: SystemString
Site name on which is media file located

Return Value

Type: Boolean
See Also