WSSSweepSynch Members
Include Protected Members
Include Inherited Members
Handles the incremental synchronization of user profile data in the Windows SharePoint Services user information list on each site. Do not use this class directly from your code; instead, use stsadm.exe.
The WSSSweepSynch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WSSSweepSynch() | Initializes a new instance of the WSSSweepSynch class. Do not use this member directly from your code; instead, use stsadm.exe. | |
WSSSweepSynch(SPWebApplication) | Initializes a new instance of the WSSSweepSynch class. Do not use this member directly from your code; instead, use stsadm.exe. | |
WSSSweepSynch(String, SPWebApplication, SPServer, SPJobLockType) | Initializes a new instance of the WSSSweepSynch class. Do not use this member directly from your code; instead, use stsadm.exe. |
Top
Properties
Name | Description | |
---|---|---|
DefaultJobName | Gets the default incremental synchronization job name. Do not use this member directly from your code; instead, use stsadm.exe. | |
DisplayName | (Inherited from SPPersistedObject.) | |
Farm | (Inherited from SPPersistedObject.) | |
Id | (Inherited from SPPersistedObject.) | |
IsDisabled | (Inherited from SPJobDefinition.) | |
LastRunTime | (Inherited from SPJobDefinition.) | |
LockType | (Inherited from SPJobDefinition.) | |
Name | (Inherited from SPPersistedObject.) | |
Parent | (Inherited from SPPersistedObject.) | |
Properties | (Inherited from SPPersistedObject.) | |
Retry | (Inherited from SPJobDefinition.) | |
Schedule | (Inherited from SPJobDefinition.) | |
Server | (Inherited from SPJobDefinition.) | |
Service | (Inherited from SPJobDefinition.) | |
Status | (Inherited from SPPersistedObject.) | |
Title | (Inherited from SPJobDefinition.) | |
TypeName | (Inherited from SPPersistedObject.) | |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) | |
Version | (Inherited from SPPersistedObject.) | |
WebApplication | (Inherited from SPJobDefinition.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | (Inherited from SPPersistedObject.) | |
Delete | (Inherited from SPJobDefinition.) | |
Equals | (Inherited from SPPersistedObject.) | |
Execute | Executes the incremental synchronization of user profile data in the Windows SharePoint Services user information list on each site. Do not use this member directly from your code; instead, use stsadm.exe. (Overrides SPJobDefinition.Execute(Guid).) | |
Finalize | (Inherited from Object.) | |
GetChild<T>() | (Inherited from SPPersistedObject.) | |
GetChild<T>(String) | (Inherited from SPPersistedObject.) | |
GetHashCode | (Inherited from SPPersistedObject.) | |
GetObjectData | (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | (Inherited from SPPersistedObject.) | |
Provision | (Inherited from SPPersistedObject.) | |
ToString | (Inherited from SPPersistedObject.) | |
Uncache | (Inherited from SPPersistedObject.) | |
Unprovision | (Inherited from SPPersistedObject.) | |
Update() | (Inherited from SPJobDefinition.) | |
Update(Boolean) | (Inherited from SPPersistedObject.) | |
UpdateParent | (Inherited from SPAutoSerializingObject.) | |
UpdateProgress | (Inherited from SPJobDefinition.) | |
Validate | (Inherited from SPPersistedObject.) |
Top