Click or drag to resize
RepositoryPathHelperGetFilePath Method (BaseInfo, String, String, Boolean)
Gets relative path to group file where serialized data are to be stored (within the file system repository). A group of files is used when serializing one base info to multiple files.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
public virtual string GetFilePath(
	BaseInfo baseInfo,
	string groupName,
	string desiredGroupFileName,
	bool withExtension = true
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
BaseInfo of the object to be stored.
groupName
Type: SystemString
Name of the group. The name is converted to file system safe characters.
desiredGroupFileName
Type: SystemString
Name of file within the group. The name is converted to file system safe characters.
withExtension (Optional)
Type: SystemBoolean
Indicates whether file name should have the extension appended.

Return Value

Type: String
See Also