ResourceSubmit
Request a Publisher ID »ResourceSubmit[resource]
submits the specified resource object to be reviewed for publication.
ResourceSubmit[new,old]
submits the resource new as the updated version of the resource old.
Details and Options
- ResourceSubmit takes the following options:
-
PublisherID $PublisherID the publisher ID to use ResourceSystemBase $ResourceSystemBase the resource system to which to submit - Resources submitted to a particular resource system are typically reviewed by administrators for that system.
- The resource in ResourceSubmit is specified as a ResourceObject.
- Data resources are typically defined using a definition notebook created by CreateNotebook["DataResource"] or using File ▶ New ▶ Data Resource.
- In ResourceSubmit[new,old], the old version of the resource can be specified by its resource object, its UUID or the string giving its name.
- To submit an update to a resource, you must be an authorized member of the publisher account for that resource.
- Submitted resource objects must have "Name" and "ResourceType" properties as well as content.
- Standard optional properties in a submitted resource object include:
-
"Description" brief description of the resource "Details" full details about the resource and its contents "Keywords" list of search terms "SeeAlso" list of related resource objects "ExternalLinks" list of related Hyperlink objects "SourceMetadata" Association about the source of the content - Additional properties that can be included depend on the resource type.
Examples
See Also
Related Guides
Introduced in 2017
(11.2)