[This is preliminary documentation and is subject to change.]

Fetches and re-caches the image stored at the given URL.

Namespace:  Facebook.Api.Controllers
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public FacebookResponse<bool> RefreshImgSrc(
	string url
)
Visual Basic (Declaration)
Public Function RefreshImgSrc ( _
	url As String _
) As FacebookResponse(Of Boolean)
Visual C++
public:
FacebookResponse<bool>^ RefreshImgSrc(
	String^ url
)

Parameters

url
Type: System..::.String
The absolute URL from which to refresh the image.

Return Value

[Missing <returns> documentation for "M:Facebook.Api.Controllers.FbmlController.RefreshImgSrc(System.String)"]

See Also

FbmlController Class
Facebook.Api.Controllers Namespace