CrowdyStudioFileProvenance
How a project file entered the project. Imported content is copied by value; provenance is informational and does not create a live link.
enum CrowdyStudioFileProvenance {
AUTHORED
LIBRARY
COMMON
}
Values
CrowdyStudioFileProvenance.AUTHORED
The owner authored or directly saved this project file.
CrowdyStudioFileProvenance.LIBRARY
The file was copied from a specific revision of the owner’s private personal library.
CrowdyStudioFileProvenance.COMMON
The file was copied from a specific immutable version of the app’s Crowdy Studio-curated common catalog.
Member Of
CrowdyStudioProjectFile object