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: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCDocRefType NewDocRefType(
	string name
)
Visual Basic
Public Function NewDocRefType ( _
	name As String _
) As BCDocRefType
Visual C++
public:
BCDocRefType^ NewDocRefType(
	String^ name
)

Parameters

name
Type: System..::..String
The name of the document reference type.

Return Value

The created document reference type.

See Also