GetStorageGroupContentURL

Syntax

GetStorageGroupContentURL(PortalName, NodeName, StorageGroupName, rel_path)

Description

Use the GetStorageGroupContentURL function to generate a private content URL for a specific file.

Parameters

Parameter Description

PortalName

Specifies the portal name as a string value.

NodeName

Specifies the node name as a string value.

StorageGroupName

Specifies the storage group name as a string value.

rel_path

Specifies the relative file path from the storage group parent folder as a string value.

Returns

A string value.

Example

Declare Function GetStorageGroupContentURL PeopleCode FUNCLIB_PORTAL.PTPP_SG_FUNC FieldFormula;
ViewContentURL(GetStorageGroupContentURL(%Portal, %Node, "ELM", "course1/index.html"), True);