SPOfficialFileHost Members
Include Protected Members
Include Inherited Members
Represents an external connection to which users and services can send files.
The SPOfficialFileHost type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPOfficialFileHost() | Initializes a new instance of the SPOfficialFileHost class. | |
SPOfficialFileHost(Boolean) | Initializes a new instance of the SPOfficialFileHost class. This constructor receives a Boolean value that specifies whether a GUID should be associated with this host. |
Top
Properties
Name | Description | |
---|---|---|
Action | Gets information about whether the source file is untouched, deleted, or replaced with a link. | |
Explanation | Gets or sets the reason for submission to this connection. | |
OfficialFileName | Gets or sets a unique name for the external connection. | |
OfficialFileUrl | Gets or sets the URL to be used for the connection. | |
ShowOnSendToMenu | Gets or sets a Boolean value that represents whether the Send To connection is available for contributors on the per-item menu in the list view Web Part. | |
UniqueId | Gets or sets a globally unique identifier (GUID) for the connection. | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
CopyFrom | Creates a clone of an SPOfficialFileHost object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPAutoSerializingObject.) | |
ToString | (Inherited from Object.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top