Returns the recurrence string prefix for this master id.

Namespace: DayPilot.Web.Ui.Recurrence
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public static string Prefix(
	string masterId
)
Visual Basic
Public Shared Function Prefix ( _
	masterId As String _
) As String
Visual C++
public:
static String^ Prefix(
	String^ masterId
)

Parameters

masterId
Type: System..::..String

Return Value

See Also