Click or drag to resize
RepositoryPathHelperGetSeparatedFieldPath Method (String, String)
Gets relative path without extension to separated field file where field's data are to be stored (within the file system repository).

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public virtual string GetSeparatedFieldPath(
	string baseInfoPath,
	string fieldFileName
)

Parameters

baseInfoPath
Type: SystemString
Relative path to file in which the given base info is to be stored.
fieldFileName
Type: SystemString
Name of separated field's file without extension.

Return Value

Type: String
See Also