Click or drag to resize
InvitationInfoProviderGetAcceptationUrl Method
Gets absolute URL for accepting invitation

Namespace: CMS.Community
Assembly: CMS.Community (in CMS.Community.dll) Version: 9.0.0
Syntax
C#
public static string GetAcceptationUrl(
	Guid invitationGUID,
	string siteName
)

Parameters

invitationGUID
Type: SystemGuid
GUID of invitation to accept
siteName
Type: SystemString
Name of site

Return Value

Type: String
See Also