SPForm members
Represents a form creating, displaying, or editing a list item in a list.
The SPForm type exposes the following members.
Properties
Name | Description | |
---|---|---|
ID | Gets the GUID that identifies the form. | |
JSLink | JSLink - An Attribute of the form, specifies the Javascript files used for the form. | |
MobileUrl | Gets the URL of the version of the form used by mobile devices. | |
ParentList | Gets the parent list of the form. | |
SchemaXml | Gets the schema in Collaborative Application Markup Language (CAML) that defines the form. | |
ServerRelativeUrl | Gets the server-relative URL of the form. | |
TemplateName | Gets the name of a predefined control template for the form. | |
ToolbarTemplateName | Gets the name of a predefined control template for the form toolbar. | |
Type | Gets the type of the form. | |
Url | Gets the Web site–relative URL of the form. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top