WSSSync members
Contains field names for synchronization of tasks in a project with a SharePoint task list.
The WSSSync type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WSSSync | Creates an instance of the WSSSync class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
AssignedToFieldName | Contains the name of the field for the assignment. | |
AssignedToFieldUid | Contains the field for the assignment GUID. | |
DescriptionFieldName | Contains the name of the field for the task description. | |
DescriptionFieldUid | Contains the field for the description GUID. | |
FinishDateFieldName | Contains the name of the field for the task finish date. | |
FinishDateFieldUid | Contains the field for the finish date GUID. | |
PercentCompleteFieldName | Contains the name of the field for percent complete. | |
PercentCompleteFieldUid | Contains the field for the percent complete GUID. | |
PriorityFieldName | Contains the name of the field for the task priority. | |
PriorityFieldUid | Contains the field for the task priority GUID. | |
StartDateFieldName | Contains the name of the field for the task start date. | |
StartDateFieldUid | Contains the field for the start date GUID. | |
TitleFieldName | Contains the name of the field for the title. | |
TitleFieldUid | Contains the field for the title GUID. |
Top