| RepositoryPathHelperGetFileName Method | 
            Gets name of the file where serialized baseInfo will be stored.
            
 
Namespace: CMS.ContinuousIntegration.InternalAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual string GetFileName(
	BaseInfo baseInfo,
	bool withExtension
)
Parameters
- baseInfo
- Type: CMS.DataEngineBaseInfo
 BaseInfo of the object to be stored.
- withExtension
- Type: SystemBoolean
 Indicates whether file name should have the extension appended.
Return Value
Type: 
String Exceptions
Exceptions See Also
See Also