NavigationGetPartEditURL Method

Returns the URL for a part designer (editor).

Namespace: BBNCExtensions.API.Navigation
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract string GetPartEditURL(
	int PartId,
	int PartTypeId,
	string CallbackFunctionName = "",
	string Context = ""
)

Parameters

PartId
Type: SystemInt32
The ID of the part.
PartTypeId
Type: SystemInt32
The content type ID for the part.
CallbackFunctionName (Optional)
Type: SystemString
The name of the javascript function to run before launching the modal (if applicable).
Context (Optional)
Type: SystemString
The argument (if any) to pass when the modal is posted back.

Return Value

Type: String
A valid URL for requesting a part editor dialog.