Share via


FormServerAttachments Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        Microsoft.Office.InfoPath.Server.Controls.FormServerAttachments

Namespace:  Microsoft.Office.InfoPath.Server.Controls
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class FormServerAttachments _
    Inherits Page _
    Implements IHttpHandler, IRequiresCultureInfo, IRequiresSessionState
'Usage
Dim instance As FormServerAttachments
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class FormServerAttachments : Page, 
    IHttpHandler, IRequiresCultureInfo, IRequiresSessionState

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.

See Also

Reference

FormServerAttachments Members

Microsoft.Office.InfoPath.Server.Controls Namespace