Click or drag to resize
FileSystemDeleteObjectsByTypeJobGetObjectFilePaths Method
Gets collection of all file locations that are used for serialization of given object.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected virtual RepositoryLocationsCollection GetObjectFilePaths(
	BaseInfo obj
)

Parameters

obj
Type: CMS.DataEngineBaseInfo
File locations will be returned for given object.

Return Value

Type: RepositoryLocationsCollection
Collection of all file locations that are used for serialization of given object.
See Also