FileSystemRepositoryManagerStore Method |
Stores given object to the file system repository, if this object's serialization is enabled by the repository configuration.
Namespace: CMS.ContinuousIntegrationAssembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 13.0.131
Syntax public static bool Store(
BaseInfo info
)
Parameters
- info
- Type: CMS.DataEngineBaseInfo
Return Value
Type:
BooleanReturns true if the object has been stored, false otherwise (i.e. object type is not to be included in the repository).
Exceptions See Also