Click or drag to resize

BCDocumentTypeBlankFirstVersion Method

Sets a value indicating whether the first revision should be blank for the specified revision level.

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 void BlankFirstVersion(
	VersioningLevel level,
	bool isBlank
)

Parameters

level
Type: BlueCieloECM.InnoCielo.Meridian.ServerVersioningLevel
The revision level of revision numbering.
isBlank
Type: SystemBoolean
A value indicating whether the first revision should be blank.
See Also