Share via


DesignPackageInfo.ToString method

Returns a string representation of a design package’s metadata.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ToString As String
'Usage
Dim instance As DesignPackageInfo
Dim returnValue As String

returnValue = instance.ToString()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string ToString()

Return value

Type: System.String
A string representation of the DesignPackageInfo object.

See also

Reference

DesignPackageInfo class

DesignPackageInfo members

Microsoft.SharePoint.Publishing namespace