.NET Framework Class Library
File.FileGetProperties Method

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > File Class > File Methods >

.NET Framework Class Library
File.FileGetProperties Method

Retrieves the defined file properties.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Function FileGetProperties ( _

 fullFileName As String, _
 Optional cfgName As String = "" _
As Object

C#

public Object FileGetProperties(

 string fullFileName,
 string cfgName = ""
)

Visual C++

public:

ObjectFileGetProperties(
 StringfullFileName,
 StringcfgName = L""
)

JavaScript

function fileGetProperties(fullFileNamecfgName);

Parameters

fullFileName

Type: System.String
name of the file to check

cfgName (Optional)

Type: System.String
Optional. Configuration

Return Value

array of property defined

Remarks

Available starting from R15 release.

See Also

File Class

File Members

MwPDMApi Namespace