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

Syntax

C#
public void CopyDocumentTypePrivileges(
	string srcID,
	IEnumerable<string> destIDs
)
Visual Basic
Public Sub CopyDocumentTypePrivileges ( _
	srcID As String, _
	destIDs As IEnumerable(Of String) _
)
Visual C++
public:
void CopyDocumentTypePrivileges(
	String^ srcID, 
	IEnumerable<String^>^ destIDs
)

Parameters

srcID
Type: System..::..String
The ID property value of the source document type.
destIDs
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
The collection of ID property values of destination document types.

See Also