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.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 11.0.0
Syntax 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:
StringSee Also