ListFieldAttachments Object Members

SharePoint Designer Developer Reference

Contains information about the attachments field when attachments are enabled for a list in a Web site.

Methods

  Name Description
ConvertToField Changes a field from one type to another and returns an object of the type specified in the Type parameter.
Delete Deletes the list field from the parent list.
Move Moves a field in a list from its current location to a different location.

Properties

  Name Description
Application Returns an Application object that represents the 2nd_SPDesignerGeneric application.
Description Returns or sets a String that represents the description for a list field.
Name Returns a String that represents the name assigned to a list.
Parent Returns an Object that represents the parent object of the specified object. Read-only.
ReadOnly Returns a Boolean that indicates whether a field has read-only permissions. True indicates that the field cannot be modified by the user.
Type Returns a FieldType constant that represents the type of the current field. Read-only.
Web Returns a Web object that represents the parent Web site of a field in a list.