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

Gets the navigator url

Namespace:  OfficeClip.BusinessLayer.Security
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public static string GetNavigateUrl(
	int objectId,
	int ownerId,
	string ownerName,
	int objectType,
	string description,
	bool isFullAccess
)
Visual Basic (Declaration)
Public Shared Function GetNavigateUrl ( _
	objectId As Integer, _
	ownerId As Integer, _
	ownerName As String, _
	objectType As Integer, _
	description As String, _
	isFullAccess As Boolean _
) As String
Visual C++
public:
static String^ GetNavigateUrl(
	int objectId, 
	int ownerId, 
	String^ ownerName, 
	int objectType, 
	String^ description, 
	bool isFullAccess
)

Parameters

objectId
Type: System..::.Int32
The unique id of the object
ownerId
Type: System..::.Int32
The unique id of the owner
ownerName
Type: System..::.String
The name of the owner
objectType
Type: System..::.Int32
The type of the object
description
Type: System..::.String
The description of the object
isFullAccess
Type: System..::.Boolean
true if full access is provided, false otherwise

Return Value

The navigator url string

See Also