Returns various document information in a single call.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public void GetDocumentInfo( DocumentInfoFlags mode, out DocumentInfoFlags flags, out DateTime modifiedDate, out string lockID, out string path )
Parameters
- mode
- Type: BlueCieloECM.InnoCielo.Meridian.Server DocumentInfoFlags
A bitmask that is a combination of bit flags from DocumentInfoFlags.
- flags
- Type: BlueCieloECM.InnoCielo.Meridian.Server DocumentInfoFlags
Returns a bitmask that is a combination of bit flags from DocumentInfoFlags.
- modifiedDate
- Type:
System DateTime
Returns the date when the document was last edited.
- lockID
- Type:
System String
Returns the LockID value of the document (or an empty string if there is no lock).
- path
- Type:
System String
Returns the relative path of the document.
See Also