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