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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.StringA string that contains the field name.
Return Value
Type: System.Boolean
true if the field is not overwritten on the destination item; otherwise, false.