| RepositoryPathHelperGetPathWithoutExtension Method | 
            Gets path without the file extension.
            
 
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual string GetPathWithoutExtension(
	string path
)
Parameters
- path
- Type: SystemString
 Path to be processed.
Return Value
Type: 
StringPath without file extension.
 See Also
See Also