content_title {connectapi} | R Documentation |
Get Content Title
Description
Return content title for a piece of content. If the content
is missing (deleted) or not visible, then returns the default
Usage
content_title(connect, guid, default = "Unknown Content")
Arguments
connect |
A Connect object |
guid |
The GUID for the content item to be retrieved |
default |
The default value returned for missing or not visible content |
Value
character. The title of the requested content
See Also
Other content functions:
content_delete()
,
content_item()
,
content_update()
,
create_random_name()
,
dashboard_url()
,
dashboard_url_chr()
,
delete_vanity_url()
,
deploy_repo()
,
get_bundles()
,
get_environment()
,
get_image()
,
get_jobs()
,
get_vanity_url()
,
git
,
permissions
,
set_image_path()
,
set_run_as()
,
set_vanity_url()
,
swap_vanity_url()
,
verify_content_name()
[Package connectapi version 0.2.0 Index]