AssetsLockScope Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scope of the lock (for folders)
public enum class AssetsLockScope
public enum class AssetsLockScope
enum AssetsLockScope
public enum AssetsLockScope
type AssetsLockScope =
Public Enum AssetsLockScope
- Inheritance
-
AssetsLockScope
Fields
Name | Value | Description |
---|---|---|
Item | 0 | lock only the item |
DirectChildren | 1 | lock item and direct children |
AllChildren | 2 | lock item and all children |