Class ServerProjectResourceAssignment
Represents the assignment of a single resource to the involved server project.
Syntax
public class ServerProjectResourceAssignment
Fields
ObjectId
Extra parameter for the assignment, has different meaning for different resource types:
- AutoCorrect, NonTran, FilterConfigs, KeyboardShortcuts: Not used, has to be null.
- For other resource types see documentation of the ServerProjectResourceAssignment member of class ServerProjectResourceAssignmentForResourceType
Declaration
public string ObjectId
Type
StringPrimary
Indicates if this resource is assigned as a primary resource to the project. Currently non-translatable and ignore list resources use primary resources (see enum ResourceType for more information). For other resource types its value is ignored.
Declaration
public bool Primary
Type
BooleanResourceGuid
The guid of the resource assigned to the project.
Declaration
public Guid ResourceGuid