| BCRepositoryGetFSObjectIDWithVersionID Method |
Returns the ID property value of a document with the specified revision ID property value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic string GetFSObjectIDWithVersionID(
string versionID
)
Public Function GetFSObjectIDWithVersionID (
versionID As String
) As String
public:
String^ GetFSObjectIDWithVersionID(
String^ versionID
)
member GetFSObjectIDWithVersionID :
versionID : string -> string
Parameters
- versionID
- Type: SystemString
The ID property value of the revision.
Return Value
Type:
StringThe
ID property value of the document.
See Also