The full path name of the folder.


Namespace: FileNet.Api.Core
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property PathName As String
C#
string PathName { get; }
C++
property string PathName abstract  {
    String get();
}
J#
/** property */
public string get_PathName();
JScript
public function get PathName() : String

Remarks

See Also