Click or drag to resize
RepositoryPathHelperGetFilePath Method (BaseInfo)
Gets relative path to file where serialized baseInfo is 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 GetFilePath(
	BaseInfo baseInfo
)

Parameters

baseInfo
Type: CMS.DataEngineBaseInfo
BaseInfo of the object to be stored.

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when baseInfo is null.
NotSupportedExceptionThrown when baseInfo is a binding object.
See Also