SearchReportsJob constructor
Creates an instance of SearchReportsJob.
Overload list
Name | Description | |
---|---|---|
SearchReportsJob() | Creates an instance of this class. This constructor is required for deserialization and used for recreating a SPPersistedObject object based on data that already exists. | |
SearchReportsJob(Guid, SPPersistedObject) | Creates an instance of this class. This constructor is used to create the initial class instance, creating a new SPPersistedObject instance. |
Top