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 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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CopyFrom | Creates a clone of an SPOfficialFileHost object. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() ![]() |
GetHostById | Gets the official file host connection by id. Official file host connections can exist either for an entire web application or for a particular tenant. |
![]() |
GetPropertiesForSubmission(SPListItem, Boolean, Nullable<Boolean>) | Get the record respository properties for the list item. |
![]() ![]() |
GetPropertiesForSubmission(SPListItem, SPOfficialFileAction, Boolean, Nullable<Boolean>) | Get the record respository properties for the list item. |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
PrepareForSubmission | Prepare to submit the file. |
![]() |
RunPostProcessing | Runs custom post processing upon a successful routing action. |
![]() |
RunStandardPostProcessing | Runs standard post processing upon a successful routing action. |
![]() |
RunStandardPostProcessor | |
![]() |
ToString | (Inherited from Object.) |
Top