Click or drag to resize

BCRepositoryGetWorkPackageIDFromDocumentID Method

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: 4.0.0.0 (4.0.111.0)
Syntax
public string GetWorkPackageIDFromDocumentID(
	string documentID
)

Parameters

documentID
Type: SystemString
The ID property value of the document.

Return Value

Type: String
The ID property value of the work area which the document is assigned to.
See Also