Holds a reference to the UriPath of a content.

interface HasContentUriPath {
    contentUriPath: undefined | null | string;
}

Properties

Properties

contentUriPath: undefined | null | string

UriPath to a content.