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

Returns the current allocation limit for your application for the specified integration point.

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

Syntax

C#
public FacebookResponse<long> GetAllocation(
	string integrationPointName
)
Visual Basic (Declaration)
Public Function GetAllocation ( _
	integrationPointName As String _
) As FacebookResponse(Of Long)
Visual C++
public:
FacebookResponse<long long>^ GetAllocation(
	String^ integrationPointName
)

Parameters

integrationPointName
Type: System..::.String
The name of the integration point. Integration points include
CopyC#
notifications_per_day
,
CopyC#
announcement_notifications_per_week
,
CopyC#
requests_per_day
,
CopyC#
emails_per_day
, and
CopyC#
email_disable_message_location
.

Return Value

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

See Also

AdminController Class
GetAllocation Overload
Facebook.Api.Controllers Namespace