Share via


SPCopyFieldMask.IsMasked method

Returns a Boolean value that indicates whether the specified field is overwritten during a copy operation.

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

Syntax

'Declaration
Public Function IsMasked ( _
    fieldName As String _
) As Boolean
'Usage
Dim instance As SPCopyFieldMask
Dim fieldName As String
Dim returnValue As Boolean

returnValue = instance.IsMasked(fieldName)
public bool IsMasked(
    string fieldName
)

Parameters

  • fieldName
    Type: System.String

    A string that contains the field name.

Return value

Type: System.Boolean
true if the field is not overwritten on the destination item; otherwise, false.

See also

Reference

SPCopyFieldMask class

SPCopyFieldMask members

Microsoft.SharePoint namespace