Click or drag to resize
RepositoryPathHelperGetSerializationFileExtension Method
Gets file extension (including the '.' character) of a file in repository identified by its relative path without extension.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public virtual string GetSerializationFileExtension(
	string extensionlessRelativePath
)

Parameters

extensionlessRelativePath
Type: SystemString
Relative path within the repository identifying the file.

Return Value

Type: String
Extension of the file, or null if no file matching extensionlessRelativePath is found.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when extensionlessRelativePath is null.
See Also