UnsecuredLayoutsPageBase.GetVersionedResourceString15 method
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetVersionedResourceString15 ( _
strId As String, _
ParamArray values As Object() _
) As String
'Usage
Dim instance As UnsecuredLayoutsPageBase
Dim strId As String
Dim values As Object()
Dim returnValue As String
returnValue = instance.GetVersionedResourceString15(strId, _
values)
public string GetVersionedResourceString15(
string strId,
params Object[] values
)
Parameters
- strId
Type: System.String
- values
Type: []
Return value
Type: System.String
See also
Reference
UnsecuredLayoutsPageBase class