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: 11.0.0
Syntax public 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 See Also