Click or drag to resize
FileSystemRepositoryManagerStore Method
Stores given object to the file system repository, if this object's serialization is enabled by the repository configuration.

Namespace: CMS.ContinuousIntegration
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 9.0.0
Syntax
C#
public static bool Store(
	BaseInfo info
)

Parameters

info
Type: CMS.DataEngineBaseInfo

Return Value

Type: Boolean
Returns true if the object has been stored, false otherwise (i.e. object type is not to be included in the repository).
Exceptions
See Also