GetUserIdFromResourceId

From Catglobe Wiki
Revision as of 04:34, 13 May 2022 by Administrator (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

[Obsolete - Please use GetResourceUniqueIdFromGuid. More detail at ConversionMethods ]

getUserIdFromResourceId

Gets the user's id by its Guid.

Syntax

getUserIdFromResourceId(guid)

Arguments

guid: is a string expression. It is the Guid of the user.

Return type

number. It's userId

Examples

number id = getUserIdFromResourceId("279041CD-4D53-4C8F-9220-00751BD5C77B");

//28775

Availability

Version 4.8