Legacy Documentation: Version 2018.1 (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

assetAsset 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.

Did you find this page useful? Please give it a rating: