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