SPCopyFieldMask class

Represents a field mask for a copied item.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPCopyFieldMask

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public NotInheritable Class SPCopyFieldMask
'Usage
Dim instance As SPCopyFieldMask
public sealed class SPCopyFieldMask

Remarks

Use a field mask to prevent a field from being copied when an item is copied. For example, use a field mask to prevent a hidden field from being copied to the destination.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPCopyFieldMask members

Microsoft.SharePoint namespace