| RepositoryPathHelperGetSeparatedFieldPath Method (BaseInfo, String, SeparatedField) | 
            Gets relative path of separate field's file.
            
 
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual string GetSeparatedFieldPath(
	BaseInfo baseInfo,
	string infoRelativePath,
	SeparatedField separatedField
)
Parameters
- baseInfo
- Type: CMS.DataEngineBaseInfo
 Base info to be stored.
- infoRelativePath
- Type: SystemString
 Relative path to file in which the given base info is to be stored.
- separatedField
- Type: CMS.DataEngineSeparatedField
 Separated field whose path is returned.
Return Value
Type: 
StringRelative path to given separated field's path.
 See Also
See Also