Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in microsoft.clm.provision.dll)
Usage
Visual Basic |
---|
Dim request As Request Dim returnValue As Boolean returnValue = RequestOperations.PrintServerDocuments(request) |
Syntax
Visual Basic |
---|
Public Shared Function PrintServerDocuments ( _ request As Request _ ) As Boolean |
C# |
---|
public static bool PrintServerDocuments ( Request request ) |
C++ |
---|
public: static bool PrintServerDocuments ( Request^ request ) |
J# |
---|
public static boolean PrintServerDocuments ( Request request ) |
JScript |
---|
public static function PrintServerDocuments ( request : Request ) : boolean |
Parameters
- request
-
A Request object that describes the FIM CM request for which to print the server documents.
Return Value
true if the server print process succeeded; otherwise, false.Remarks
The following permissions are checked when this method is called:
-
The current user must have Execute permissions on the FIM CM request.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.