SPFieldCrossProjectLink Class
Represents a field that is used to connect a list event with a Meeting Workspace site.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.SPField
Microsoft.SharePoint.SPFieldCrossProjectLink
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class SPFieldCrossProjectLink _
Inherits SPField
Dim instance As SPFieldCrossProjectLink
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class SPFieldCrossProjectLink : SPField
Remarks
The SPFieldCrossProjectLink class is used in the checkbox of New and Edit Item forms to create a Meeting Workspace site.
If you set properties of the SPFieldCrossProjectLink class you must call the Update method for changes to take effect in the database.
An SPFieldCrossProjectLink object can be rendered through the CrossProjectLink server control.
The SPFieldCrossProjectLink class corresponds to the CrossProjectLink data type that is specified through the Type attribute of the Field element.
Note
Windows SharePoint Services 3.0 does not support inheriting from this class.
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.