Set Item Content Status

868
2
Jump to solution
02-07-2019 09:02 AM
SamkitShah
New Contributor

Is there anyway to set item content status to org_authoritative  using ArcGIS API for Python

I see in ArcGIS REST API has method exposed to do that.

Set Content Status—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers 

Tags (1)
1 Solution

Accepted Solutions
SamkitShah
New Contributor

arcgis.gis module — arcgis 1.5.3 documentation 

content_statushttps://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.content_sta...

The content_status property states if an Item is authoritative or deprecated. This givens owners and administrators of Item the ability to warn users that they should be either this information or not.

ArgumentDescription
value

Optional string or None. Defines if an Item is deprecated or authoritative. If a value of None is given, then the value will be reset.

Allowed Values: authoritative, deprecated, or None

View solution in original post

0 Kudos
2 Replies
SamkitShah
New Contributor

arcgis.gis module — arcgis 1.5.3 documentation 

content_statushttps://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html#arcgis.gis.Item.content_sta...

The content_status property states if an Item is authoritative or deprecated. This givens owners and administrators of Item the ability to warn users that they should be either this information or not.

ArgumentDescription
value

Optional string or None. Defines if an Item is deprecated or authoritative. If a value of None is given, then the value will be reset.

Allowed Values: authoritative, deprecated, or None

0 Kudos
Jim_Wei
Esri Contributor
0 Kudos