SFUserAccountScope Constants Reference
| Declared in | SFUserAccountConstants.h |
|---|
SFUserAccountScope
The various scopes related to a user account
Definition
typedef NS_ENUM(NSUInteger, SFUserAccountScope ) {
SFUserAccountScopeGlobal = 0,
SFUserAccountScopeOrg,
SFUserAccountScopeUser,
SFUserAccountScopeCommunity,
};
Constants
SFUserAccountScopeGlobal-
Global scope (one per application)
Declared In
SFUserAccountConstants.h. SFUserAccountScopeOrg-
Scope by organization
Declared In
SFUserAccountConstants.h. SFUserAccountScopeUser-
Scope by user
Declared In
SFUserAccountConstants.h. SFUserAccountScopeCommunity-
Scope by community
Declared In
SFUserAccountConstants.h.
Declared In
SFUserAccountConstants.h