Toggle menu
876
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Security changeResourceGuid: Difference between revisions

From Catglobe Wiki
Nguyenduyan (talk | contribs)
Created page with "==== Security_changeResourceGuid<br/> ==== Change GUID of a resource to a new GUID. '''Syntax''' Security_changeResourceGuid( resourceRId, GUID) '''Arguments''' ''resourc..."
 
Nguyenduyan (talk | contribs)
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 11: Line 11:
''resourceRId: ''Is a number expression. It is the resource Id of a resource.
''resourceRId: ''Is a number expression. It is the resource Id of a resource.


''GUID: ''Is a string expression. It is the GUI of a resource.
''GUID: ''Is a string expression. It is the GUI.


'''Return type'''
'''Return type'''
Line 23: Line 23:
'''Availability'''
'''Availability'''


Version 6.0 __NOTOC__
Version 6.0
<!-- imported from file: 664.htm-->
[[Category:Resource_Functions]]

Latest revision as of 10:12, 16 November 2016

Security_changeResourceGuid

Change GUID of a resource to a new GUID.

Syntax

Security_changeResourceGuid( resourceRId, GUID)

Arguments

resourceRId: Is a number expression. It is the resource Id of a resource.

GUID: Is a string expression. It is the GUI.

Return type

Empty

Examples

Security_changeResourceGuid( 15547920, "35b7b979-3219-4d56-ae41-e2004f7bc9d2")

Availability

Version 6.0