| RepositoryPathHelperGetSerializationFileExtension Method | 
            Gets file extension (including the '.' character) of a file in repository identified by its relative path without extension.
            
 
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual string GetSerializationFileExtension(
	string extensionlessRelativePath
)
Parameters
- extensionlessRelativePath
- Type: SystemString
 Relative path within the repository identifying the file.
Return Value
Type: 
StringExtension of the file, or null if no file matching 
extensionlessRelativePath is found.
 Exceptions
Exceptions See Also
See Also