std.GetObjectInfo

This job determines the requested information (status or size) of the selected object.

1. Input Parameters

Name Type Required Description

dwInfoFlag

INT

Yes

0 = object status is determined
1 = object size is determined

dwObjectType

INT

Yes

Type of the object

dwObjectID

INT

Yes

ID of the object

Rights

STRING

Yes

Permission string (e.g., RWDXU)

2. Output Parameters

Name Type Dependency Description

ServerInfo

STRING

Contains the requested information:
For dwInfoFlag = 0 (Status): 0 = document has no pages; 1 = document is archived; 2 = document is not archived/archivable; 3 = status cannot be determined
For dwInfoFlag = 1 (Size): 0 = document has no pages; [N] = size of document files including DIA in bytes

3. Return Value

(INT): 0 = Job successful, otherwise error code.