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
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPCopyFieldMask
Dim instance As SPCopyFieldMask
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
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.