RepositoryPathHelperGetRelativeFolderPath Method |
Gets relative path to folder where serialized baseInfo is to be stored.
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax public virtual string GetRelativeFolderPath(
BaseInfo baseInfo
)
Parameters
- baseInfo
- Type: CMS.DataEngineBaseInfo
BaseInfo of the object to be stored.
Return Value
Type:
StringExceptions Exception | Condition |
---|
ArgumentNullException | Thrown when baseInfo is null. |
NotSupportedException | Thrown when baseInfo is a binding object. |
See Also