Open this page in the API Guide

EntryCreationOptions.AutoGenerateName 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 (25.1.0.1000)
Syntax
public bool AutoGenerateName { get; set; }

Property Value

Type: Boolean
true if automatic name generation should be used; otherwise, false.
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 null or Empty, the name will be completely auto-generated.
See Also