ContentIsland.GetFromId(UInt64) Method

Definition

Retrieves the ContentIsland with the specified identifier.

public:
 static ContentIsland ^ GetFromId(unsigned long long id);
 static ContentIsland GetFromId(uint64_t const& id);
public static ContentIsland GetFromId(ulong id);
function getFromId(id)
Public Shared Function GetFromId (id As ULong) As ContentIsland

Parameters

id
UInt64

unsigned long long

uint64_t

The ContentIsland identifier.

Returns

A ContentIsland, or null if the object no longer exists or has been closed.

Applies to