WSSProfileSynch Members
Include Protected Members
Include Inherited Members
Handles the synchronization of user profile data in the Windows SharePoint Services user information list on each site, and the synchronization of Windows SharePoint Services members' group membership in the user profile memberships. Do not use this class directly from your code; instead, use stsadm.exe.
The WSSProfileSynch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WSSProfileSynch() | Initializes a new instance of the WSSProfileSynch class. Do not use this member directly from your code; instead, use stsadm.exe. | |
WSSProfileSynch(SPWebApplication) | Initializes a new instance of the WSSProfileSynch class. Do not use this member directly from your code; instead, use stsadm.exe. | |
WSSProfileSynch(String, SPWebApplication, SPServer, SPJobLockType) | Initializes a new instance of the WSSProfileSynch class. Do not use this member directly from your code; instead, use stsadm.exe. |
Top
Properties
Name | Description | |
---|---|---|
DefaultJobName | Gets the default 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 synchronization of user profile data in the Windows SharePoint Services user information list on each site, and the synchronization of Windows SharePoint Services members' group membership in the user profile memberships. 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.) | |
ScheduleSiteForFullSynchronization | Schedules a full synchronization of user profile data in the database with those in the Windows SharePoint Services user information list on each site. Do not use this member directly from your code; instead, use stsadm.exe. | |
SynchronizeContentDatabse | Handles the synchronization of user profile data in the content database. Do not use this member directly from your code; instead, use stsadm.exe. | |
SynchronizeWebApplication | Handles the synchronization of user profile data in a Web Application. Do not use this member directly from your code; instead, use stsadm.exe. | |
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