BCDocumentCreateGlobalID Method |
Generates a new value that uniquely
identifies the document among all vaults.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public override string CreateGlobalID()
Public Overrides Function CreateGlobalID As String
public:
virtual String^ CreateGlobalID() override
abstract CreateGlobalID : unit -> string
override CreateGlobalID : unit -> string
Return Value
Type:
String
The generated value that uniquely
identifies the document among all vaults.
See Also