Click or drag to resize
RepositoryPathHelperGetPathWithoutExtension Method
Gets path without the file extension.

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

Parameters

path
Type: SystemString
Path to be processed.

Return Value

Type: String
Path without file extension.
See Also