SPImportSettings.SkipContentTypeMetaDataNameUpdate property

Specifies if the content type meta data name field should be updated

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

Syntax

'Declaration
Public Property SkipContentTypeMetaDataNameUpdate As Boolean
    Get
    Set
'Usage
Dim instance As SPImportSettings
Dim value As Boolean

value = instance.SkipContentTypeMetaDataNameUpdate

instance.SkipContentTypeMetaDataNameUpdate = value
public bool SkipContentTypeMetaDataNameUpdate { get; set; }

Property value

Type: System.Boolean

Remarks

This property skips updating of the content type meta data name field. It is used when the name of the source and target field have different UI culture languages.

See also

Reference

SPImportSettings class

SPImportSettings members

Microsoft.SharePoint.Deployment namespace