Open this page in the API Guide

EntryCreationOptions.AutoGenerateNameOptions Property

Gets or sets options for automatic name generation (ignored unless AutoGenerateName is true).

Namespace:  Dundas.BI.FileSystem
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public AutoGenerateNameOptions? AutoGenerateNameOptions { get; set; }

Property Value

Type: Nullable<AutoGenerateNameOptions>
See Also