[This is preliminary documentation and is subject to change.]

Get the path id from the path

Namespace:  OfficeClip.DBLayer.Provider
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public int GetPathIdFromPath(
	string path
)
Visual Basic (Declaration)
Public Function GetPathIdFromPath ( _
	path As String _
) As Integer
Visual C++
public:
int GetPathIdFromPath(
	String^ path
)

Parameters

path
Type: System..::.String

Return Value

See Also