PackageInfo Constructor (Uri, String, Boolean)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.SharePoint.ClientExtensions.Publishing
Assembly: Microsoft.Office.SharePoint.ClientExtensions (in Microsoft.Office.SharePoint.ClientExtensions.dll)
Syntax
'Declaration
Public Sub New ( _
url As Uri, _
packageId As String, _
selfSigned As Boolean _
)
'Usage
Dim url As Uri
Dim packageId As String
Dim selfSigned As Boolean
Dim instance As New PackageInfo(url, packageId, _
selfSigned)
public PackageInfo(
Uri url,
string packageId,
bool selfSigned
)
Parameters
- url
Type: System.Uri
- packageId
Type: System.String
- selfSigned
Type: System.Boolean
See Also
Reference
Microsoft.Office.SharePoint.ClientExtensions.Publishing Namespace