Click or drag to resize

BCDocumentType.BlankFirstVersion 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.Server.VersioningLevel
The revision level of revision numbering.
isBlank
Type: System.Boolean
A value indicating whether the first revision should be blank.
See Also