Enum MemberLoadOption
The lazy loading options when working with IMembers.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public enum MemberLoadOptionFields
| Name | Description |
|---|---|
| LazyLoading |
Allows members to be lazy loaded when needed. For performance reasons, this should be used wisely. |
| LocalOnly |
Restricts getting members to members that are already loaded. |