ServiceClient.SecurityPrivilegesClone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates exact copies of permissions within the security model from another source, retaining the globally unique identifiers (GUIDs) of the original objects.
public:
Microsoft::MasterDataServices::OperationResult ^ SecurityPrivilegesClone(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::SecurityPrivileges ^ Privileges);
public Microsoft.MasterDataServices.OperationResult SecurityPrivilegesClone (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.SecurityPrivileges Privileges);
member this.SecurityPrivilegesClone : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.SecurityPrivileges -> Microsoft.MasterDataServices.OperationResult
Public Function SecurityPrivilegesClone (International As International, Privileges As SecurityPrivileges) As OperationResult
Parameters
- International
- International
The cultural settings.
- Privileges
- SecurityPrivileges
The set of security privileges to be cloned.
Returns
An OperationResult object containing the result of an operation.