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