Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Provider.IsOpenForEdit

public static bool IsOpenForEdit(VersionControl.Asset asset);

Parameters

asset Asset to test.

Description

Returns true if an asset can be edited.

Version control systems like Perforce requieres that an asset is checked out before it can be edited, in that case this will test if the asset can be edited. Some version control systems support editing without checking out the asset in that case this will always return true.