Click or drag to resize
ContinuousIntegrationSettingsObjectFileNameFields Property
Gets the collection of field names to get object name for file name of the serialized object. If not specified code name or GUID of the object is used.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public ICollection<string> ObjectFileNameFields { get; }

Property Value

Type: ICollectionString
See Also