CHAOS Community Logo

CHAOS API v6

Table of contents
  • CHAOS overview
  • CHAOS concepts
  • Authentication
  • The Index
  • CHAOS.Portal JavaScript Client
  • CHAOS.Portal PHP Client
  • API
    • Portal
    • EmailPassword
    • MCM
      • Destination
      • File
      • Folder
      • Format
      • Link
      • Mcm
      • Metadata
      • MetadataSchema
      • Object
      • ObjectRelation
      • ObjectType
      • UserManagement
      • UserProfile
Index
Edit this Page

Link¶

MCM module
Link extension¶

Links are like shortcuts on Windows or symbolic links in Unix: they can make an Object appear in multiple folders by having “links” to the object in other folders than its parent folder.

Link/Create¶

Creates a new link.

Authentication:
  • Logged in – You need to be logged in to use this feature
  • Permission to create links – The user needs the FolderPermission.CreateLink on the object
Parameters:
  • objectGuid – The GUID of object on which to create the link
  • folderID – The ID of folder in which to
Returns:

The number of affected rows in the database

Link/Update¶

Moves a link from one folder to another.

Authentication:
  • Logged in – You need to be logged in to use this feature
  • Permission to create links – The user needs the FolderPermission.CreateLink on the object
Parameters:
  • objectGuid – The GUID of the object the link points to
  • folderID – The ID of the folder where link is currently residing
  • newFolderID – The ID of the folder where the link should be moved to
Returns:

The number of affected rows in the database

Link/Delete¶

Deletes a link.

Authentication:
  • Logged in – You need to be logged in to use this feature
  • Permission to create links – The user needs the FolderPermission.CreateLink on the object
Parameters:
  • objectGuid – The GUID of the objects the link points to
  • folderID – The ID of folder in which link resides
Returns:

The number of affected rows in the database

←   Format
Previous
↑  API
Up
Mcm  →
Next