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.111.0)
Syntax public BCDocRefType NewDocRefType(
string name
)
Public Function NewDocRefType (
name As String
) As BCDocRefType
Parameters
- name
- Type: SystemString
The name of the document reference type.
Return Value
Type:
BCDocRefTypeThe created document reference type.
See Also