Click or drag to resize
FileSystemUpsertObjectsByTypeJobGetDeserializedMainObjects Method
Returns deserialized object(s) in its final form that might be composed of multiple partial sub-objects. All object part's file locations are provided in fileLocations.

Namespace: CMS.ContinuousIntegration.Internal
Assembly: CMS.ContinuousIntegration (in CMS.ContinuousIntegration.dll) Version: 10.0.0
Syntax
C#
protected virtual IEnumerable<DeserializationResult> GetDeserializedMainObjects(
	RepositoryLocationsCollection fileLocations
)

Parameters

fileLocations
Type: CMS.ContinuousIntegration.InternalRepositoryLocationsCollection
Serialized object locations in repository.

Return Value

Type: IEnumerableDeserializationResult
Collection of deserialized main objects.
Remarks
This method can handle single location. For multiple location must be registered custom job.

For binding object types, single file location is provided, yet all binding objects with same parent are returned.

See Also