←Select platform

UserId Property

Summary

User ID associated with this document.

Syntax
C#
VB
C++
public string UserId { get; set; } 
Public Property UserId() As String 
   Get 
   Set 
public:  
   property String^ UserId 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The user ID associated with this LEADDocument. The default value is null.

Remarks

This value is not required and not used directly by LEADTOOLS. User programs can set this value to the ID or name of the currently logged in user for application specific tracking purposes and authentication purposes.

If a value is set in UserId then it will be set in DocumentHistoryItem.UserId if history tracking is enabled. Refer to Document Toolkit History Tracking for more information.

Example

For an example, refer to DocumentHistory.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.