Click or drag to resize
RepositoryPathHelperGetSeparatedFieldPath Method (BaseInfo, String, SeparatedField)
Gets relative path of separate field's file.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public 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: String
Relative path to given separated field's path.
See Also