: ResourceFilePath.GetGlobalOrOtherUrl (Método) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Shared Function GetGlobalOrOtherUrl ( _
strFileName As String, _
rfcGlobal As ResourceFileContext, _
rfcOther As ResourceFileContext _
) As String
'Uso
Dim strFileName As String
Dim rfcGlobal As ResourceFileContext
Dim rfcOther As ResourceFileContext
Dim returnValue As String
returnValue = ResourceFilePath.GetGlobalOrOtherUrl(strFileName, rfcGlobal, rfcOther)
public static string GetGlobalOrOtherUrl (
string strFileName,
ResourceFileContext rfcGlobal,
ResourceFileContext rfcOther
)
Parámetros
- strFileName
- rfcGlobal
- rfcOther
Vea también
Referencia
ResourceFilePath (Clase)
ResourceFilePath (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)