Plumtree EDK (Enterprise Web Development Kit) 5.4.0

DocumentAttributes Enumeration

An enumerated type used to describe the specific fields that can be used in constructing a DocumentQueryOrder for documents.

public enum DocumentAttributes

Members

Member Name Description
Author The document's author.
CheckOutUsername The document's check-out user's name.
CurrentTimestamp The document's current timestamp.
DocumentType The document type.
LastCheckInUsername The document's last check-in user's name.
LastModified The document's last modified date.
Name The document name.
NoOrder No ordering.
NumBytes The document's number of bytes for its content.
ParentFolderId The document's parent folder ID.
ProjectId The document's containing project ID.

Requirements

Namespace: Plumtree.Remote.PRC.Collaboration.Document

Assembly: edk (in edk.dll)

See Also

Plumtree.Remote.PRC.Collaboration.Document Namespace