Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the collection of column or field references in a content type.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<FieldLink>
Microsoft.SharePoint.Client.FieldLinkCollection
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.FieldLinkCollection", ServerTypeId := "{6d87e76a-b8a8-4634-8170-082b1d454bfd}")> _
Public Class FieldLinkCollection _
Inherits ClientObjectCollection(Of FieldLink)
'Usage
Dim instance As FieldLinkCollection
[ScriptTypeAttribute("SP.FieldLinkCollection", ServerTypeId = "{6d87e76a-b8a8-4634-8170-082b1d454bfd}")]
public class FieldLinkCollection : ClientObjectCollection<FieldLink>
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.