EntryCreationOptionsAutoGenerateName Property

Gets or sets a value indicating whether the entry name should be automatically generated by the system.

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool AutoGenerateName { get; set; }

Property Value

Type: Boolean
if automatic name generation should be used; otherwise, .
Remarks
If this option is turned on, the specified name will be used as a prefix for the generated name. If the specified name is or Empty, the name will be completely auto-generated.
See Also