Click or drag to resize

BCEnvironmentCopyDocumentTypePrivileges Method

Copies privileges from the specified source document type to all destination document types, for each user role.

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 CopyDocumentTypePrivileges(
	string srcID,
	IEnumerable<string> destIDs
)

Parameters

srcID
Type: SystemString
The ID property value of the source document type.
destIDs
Type: System.Collections.GenericIEnumerableString
The collection of ID property values of destination document types.
See Also