Returns an ID property value of a work area which a document is assigned to.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public string GetWorkPackageIDFromDocumentID(
	string documentID
)
Visual Basic
Public Function GetWorkPackageIDFromDocumentID ( _
	documentID As String _
) As String
Visual C++
public:
String^ GetWorkPackageIDFromDocumentID(
	String^ documentID
)

Parameters

documentID
Type: System..::..String
The ID property value of the document.

Return Value

The ID property value of the work area which the document is assigned to.

See Also