.NET Framework Class Library
DataEntrHelper.Originaldirname Property
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Properties > .NET Framework Class Library |
Gets the original directory path of the document before any processing or renaming.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public ReadOnly Property Originaldirname As String Get |
C# |
|---|
public string Originaldirname { get; } |
Visual C++ |
|---|
public: property String^ Originaldirname { |
JavaScript |
|---|
function get_originaldirname(); |
See Also