ListFormWebPart.LoadResource method

Returns the string value associated with the specified resource.

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

Syntax

'Declaration
Public Overrides Function LoadResource ( _
    id As String _
) As String
'Usage
Dim instance As ListFormWebPart
Dim id As String
Dim returnValue As String

returnValue = instance.LoadResource(id)
public override string LoadResource(
    string id
)

Parameters

  • id
    Type: System.String

    A string that specifies the identifier for the resource.

Return value

Type: System.String
The string value of the resource.

Remarks

This override returns the resource id if the required resource is not found.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace