SPBlockedSolution Constructor (String, String, String)

Initializes a new instance of the SPBlockedSolution class using the specified file, signature, and message.

Namespace:  Microsoft.SharePoint.UserCode
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Sub New ( _
    fileName As String, _
    signature As String, _
    message As String _
)
'Usage
Dim fileName As String
Dim signature As String
Dim message As String

Dim instance As New SPBlockedSolution(fileName, _
    signature, message)
public SPBlockedSolution(
    string fileName,
    string signature,
    string message
)

Parameters

  • fileName
    Type: System.String

    A string that contains the name of the file.

  • signature
    Type: System.String

    A string that contains the signature.

  • message
    Type: System.String

    A string that contains a message to display.

See Also

Reference

SPBlockedSolution Class

SPBlockedSolution Members

SPBlockedSolution Overload

Microsoft.SharePoint.UserCode Namespace