Click or drag to resize
BCFolderGetDocumentCount Method
Returns a number of documents in the folder.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public int GetDocumentCount(
	CountFlags flags
)

Parameters

flags
Type: BlueCieloECM.InnoCielo.Meridian.ServerCountFlags
A bitmask that is a combination of bit flags from CountFlags.

Return Value

Type: Int32
The number of documents in the folder.
See Also