FileProtectionManager.CopyProtectionAsync(IStorageItem, IStorageItem) Method

Definition

Note

Starting in July 2022, Microsoft is deprecating Windows Information Protection (WIP) and the APIs that support WIP. Microsoft will continue to support WIP on supported versions of Windows. New versions of Windows won't include new capabilities for WIP, and it won't be supported in future versions of Windows. For more information, see Announcing sunset of Windows Information Protection.

For your data protection needs, Microsoft recommends that you use Microsoft Purview Information Protection and Microsoft Purview Data Loss Prevention. Purview simplifies the configuration set-up and provides an advanced set of capabilities.

Replicate the file protection of one file onto another file.

public:
 static IAsyncOperation<bool> ^ CopyProtectionAsync(IStorageItem ^ source, IStorageItem ^ target);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<bool> CopyProtectionAsync(IStorageItem const& source, IStorageItem const& target);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> CopyProtectionAsync(IStorageItem source, IStorageItem target);
function copyProtectionAsync(source, target)
Public Shared Function CopyProtectionAsync (source As IStorageItem, target As IStorageItem) As IAsyncOperation(Of Boolean)

Parameters

source
IStorageItem

The source file, from which file protection is being copied.

target
IStorageItem

The target file, to which file protection is being copied.

Returns

When the call to this method completes successfully, it returns true if the file protection was copied, or false if there was an error.

Attributes

Windows requirements

App capabilities
enterpriseDataPolicy

Applies to