Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

Obtain a ContentReference from a string

$
0
0

Hi

How is it possible to obtain a ContentReference object from an Id in a string?

I need to run the following command:

private IContentRepository _repLoad;
_repLoad = repo; // repo is injected from constructor
IEnumerable children = _repLoad.GetChildren("content link in a string");

Thanks,


Viewing all articles
Browse latest Browse all 6894

Trending Articles