Per Mausklick bewerten und Feedback geben
MSDN
MSDN Library
Community Content
In diesem Abschnitt
Statistics Anmerkungen (458)
Alle reduzieren/Alle erweitern Alle reduzieren

We were unable to locate this content in de-de.

Here is the same content in en-us.

FieldLinkCollection..::.Add Method

Adds a content type field reference to the collection.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll);  Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll)
Visual Basic (Declaration)
<RemoteAttribute> _
Public Function Add ( _
    parameters As FieldLinkCreationInformation _
) As FieldLink
Visual Basic (Usage)
Dim instance As FieldLinkCollection
Dim parameters As FieldLinkCreationInformation
Dim returnValue As FieldLink

returnValue = instance.Add(parameters)
C#
[RemoteAttribute]
public FieldLink Add(
    FieldLinkCreationInformation parameters
)

Parameters

parameters
Type: Microsoft.SharePoint.Client..::.FieldLinkCreationInformation
A FieldLinkCreationInformation object that contains information about the field reference.
It must not be null.

Return Value

Type: Microsoft.SharePoint.Client..::.FieldLink
A FieldLink object that represents the field reference.
ExceptionCondition
SPException

The referred to field cannot be found, a duplicate field name was found, the field does not have a display name, or this field collection is not associated with a list. Error code: -2146232832.

Communityinhalt   Was ist Community Content?
Neuen Inhalt hinzufügen RSS  Anmerkungen
Processing
© 2012 Microsoft. Alle Rechte vorbehalten. Nutzungsbedingungen | Markenzeichen | Informationen zur Datensicherheit
Page view tracker