View full article

ServerObject Class

Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll

Represents a server object which can be shared with other users.

Inheritance

Syntax

public class ServerObject

Constructors

Name Description
ServerObject()

Properties

Name Description
Id

The ID of the server object

OwnerId

The id of the owner.

OwnerName

The name of the owner

Shared

Flag indicating whether the data object is shared or not.

SubType

The subtype, which depends on the type.

Temporary

Flag indicating whether the data object is temporary or not.

Type

The type (eg Bookmark, Sheet, Report or SheetObject).

UtcModifyTime

The time of when the data object was last modified

Extension Methods

ApiFilter.FilterFor<T>(T, Nullable<ApiVersion>)