WSS members
Provides constants that are used in a project workspace.
The WSS type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WSS | Creates an instance of the WSS 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 | |
---|---|---|
MAX_WORKSPACE_NAME | Specifies the maximum length of a project workspace name. | |
MAX_WORKSPACE_SERVER_RELATIVE_DIR_NAME | Specifies the maximum length of a workspace server-relative directory name. | |
MAX_WORKSPACE_SERVER_RELATIVE_URL | Specifies the maximum length of a workspace server-relative URL. | |
PwaRibbonFeatureUid | Specifies the GUID for the ribbon graphical user interface feature of Project Web App. | |
ReportCenterLink | Represents a string that contains the name of the SharePoint Report Center site template. | |
UserDoesNotExistsOrNotUnique | Specifies the error code that indicates that a user does not exist or is not unique. | |
UserOrGroupUnknown | Specifies the error code that indicates that a user or group is unknown. | |
ValidationHierarchyNotValid | Specifies the error code that signals that the directory structure for a project workspace site does not exist. | |
ValidationNoError | Specifies the error code that indicates that there is no error. | |
ValidationURIInvalid | Specifies the error code that signals that the workspace URL is not a well-formed URI or that the site hierarchy does not exist under this path. | |
ValidationWorkspaceAlreadyExists | Specifies the error code that signals that the project workspace that the user is trying to create already exists. | |
ValidationWorkspaceContainsIllegalChars | Specifies the error code that signals that the project workspace name contains illegal characters. | |
ValidationWorkspaceNameCannotStartOrEndWithPeriod | Specifies the error code that signals that a workspace name starts or ends with a period. | |
ValidationWorkspaceNameIsBlank | Specifies the error code that signals that the project workspace name is blank. | |
ValidationWorkspaceUrlOrPartsTooLong | Specifies the error code that indicates that the length of a site URL part or the length of a workspace URL exceeds the maximum number of characters that are allowed. | |
WssProjectServerSPSiteIdPropertyName | ||
WssProjectWorkspaceDistinguishedTaskListUidPropertyName | Specifies the property name for the distinguished list GUID stored in the project workspace site. | |
WssProjectWorkspaceFeatureUid | Specifies the GUID of the project workspace template. | |
WSSProjectWorkspaceProjectUidPropertyName | Specifies the property name for the project GUID that is stored in the project workspace site. | |
WssProjectWorkspacePwaUrlPropertyName | Specifies the property name for the Project Web App URL that is stored in the project workspace site. | |
WssPWADefaultTemplateNumericId | Specifies the ID number for the default project workspace Project Web App template. | |
WssPWSDefaultTemplateName | Specifies the default project site template name. | |
WssPWSDefaultTemplateNumericId | Specifies the project workspace default template ID number. | |
WssPWSTemplateNumericIdMaxLimit | Specifies the maximum template ID number in the range of numbers that are assigned to project workspace templates. | |
WssPWSTemplateNumericIdMinLimit | Specifies the minimum template ID number in the range of numbers that are assigned to project workspace templates. |
Top