Enum MemberLoadOption
Current version: 4.0
The lazy loading options when working with IMembers.
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ContractsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
RequestResponse
public enum MemberLoadOption
Fields
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. |