OlFormRegistry Enum

Definition

Indicates the form registry (library) where the Form is stored.

public enum class OlFormRegistry
public enum OlFormRegistry
Public Enum OlFormRegistry
Inheritance
OlFormRegistry

Fields

olDefaultRegistry 0

The Form is registered in the user's default form registry.

olFolderRegistry 3

The Form is registered in a form registry specific to a particular folder, and can only be accessed from that folder.

olOrganizationRegistry 4

The Form is registered in the organizational form registry. The form is available to all users.

olPersonalRegistry 2

The Form is registered in the user's personal registry and is only accessible to that user.

Remarks

Used as a parameter to the PublishForm(OlFormRegistry, Object) method to specify the form registry (library) in which to register the Form.

Applies to