avid.common.artefact.getArtefactProperty
- avid.common.artefact.getArtefactProperty(artefact, key)
Helper function that returns the value of an artefact property indicated by key. If the artefact is None or the key does not exist it returns None. @param artefact Reference to the artefact entity that contains the wanted property value @param key Key of the value that is wanted.