| ObjectVersionManagerIsObjectExtensionVersioned Method  | 
            Determines whether the file with the specified extension (case insensitive) is versioned on site specified by name.
            
 
Namespace: CMS.SynchronizationAssembly: CMS.Synchronization (in CMS.Synchronization.dll) Version: 11.0.0
Syntaxpublic 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