View full article

ServerObjectMetaData Class

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

Represents metadata about a server object.

Inheritance

Syntax

public class ServerObjectMetaData

Constructors

Name Description
ServerObjectMetaData()

Properties

Name Description
DocumentName

The name of the document where this server object is defined.

Id

The ID of the server object.

OwnerId

The id of the owner.

Restricted

Flag indicating whether the data object is restricted or not.

Shared

Flag indicating whether the data object is shared or not.

SubType

The subtype, which depends on the type.

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>)