Description
This property is deprecated. Use SaveArticFileOnSave instead.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property EnableSaveArticFile() As Boolean
|
[C#] |
---|
public bool EnableSaveArticFile {get; set;}
|
[Managed C++] |
---|
public: __property bool get_EnableSaveArticFile(); public: __property void set_EnableSaveArticFile( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_EnableSaveArticFile( VARIANT_BOOL * pRetVal ); public: HRESULT put_EnableSaveArticFile( VARIANT_BOOL NewEnableSaveArticFile );
|
[Java] |
---|
public bool getEnableSaveArticFile();public void setEnableSaveArticFile( bool );
|
See Also