Return function status
Namespace:
Dropit.Extension.CoreAssembly: Dropit.Extension (in Dropit.Extension.dll) Version: 3.2.6.326
Syntax
| C# |
|---|
public enum FunctionStatus |
Members
| Member name | Description | |
|---|---|---|
| New |
Indicate that the function is new created
| |
| Load |
Indicate that the function is loaded by itself
| |
| LoadByParent |
Indeicate that the function is loaded from parent
|