Click or drag to resize
BCEnvironmentNewDocRefType Method (String)
Creates a new document reference type with the specified name.

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 BCDocRefType NewDocRefType(
	string name
)

Parameters

name
Type: SystemString
The name of the document reference type.

Return Value

Type: BCDocRefType
The created document reference type.
See Also