CopyEntryOptionsAutoGenerateName Property  | 
 
            Gets or sets a value indicating whether the copied file should have an auto generated name.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "autoGenerateName", EmitDefaultValue = false)]
public bool AutoGenerateName { get; set; }<DataMemberAttribute(Name := "autoGenerateName", EmitDefaultValue := false)>
Public Property AutoGenerateName As Boolean
	Get
	Set
public:
[DataMemberAttribute(Name = L"autoGenerateName", EmitDefaultValue = false)]
property bool AutoGenerateName {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute(Name = "autoGenerateName", EmitDefaultValue = false)>]
member AutoGenerateName : bool with get, set
Property Value
Type: 
Boolean if the copied file should have an auto generated name; otherwise, 
.
            
See Also