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

Determines if the user is authorized to access the extranet item

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

Syntax

C#
public bool IsAuthorized(
	int userId
)
Visual Basic (Declaration)
Public Function IsAuthorized ( _
	userId As Integer _
) As Boolean
Visual C++
public:
bool IsAuthorized(
	int userId
)

Parameters

userId
Type: System..::.Int32
The unique id of the user

See Also