Gets or sets where to save the document history log file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property LogFilePath As System.String |
C# | |
---|
System.string LogFilePath {get; set;} |
JavaScript | |
---|
get_LogFilePath () : String
put_LogFilePath (
NewVal : String
)
|
COM native C++ | |
---|
HRESULT get_LogFilePath(
BSTR* Val
)
HRESULT put_LogFilePath(
BSTR NewVal |
C++ | |
---|
DSRESULT get_LogFilePath (
dsString* Val
)
DSRESULT put_LogFilePath(
const dsString& NewVal
) |
Property Value
Path where to save the document history log file
Example
See Also
Availability
DraftSight V1R3.0