Namespace:
FileNet.Api.Constants
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public const RESET_LIFECYCLE_ON_CHECKIN As String = "ResetLifecycleOnCheckin" |
C# |
---|
public const string RESET_LIFECYCLE_ON_CHECKIN = "ResetLifecycleOnCheckin"; |
C++ |
---|
public: const String RESET_LIFECYCLE_ON_CHECKIN = L"ResetLifecycleOnCheckin"; |
J# |
---|
public const string RESET_LIFECYCLE_ON_CHECKIN = "ResetLifecycleOnCheckin" |
JScript |
---|
public const RESET_LIFECYCLE_ON_CHECKIN : String = "ResetLifecycleOnCheckin"; |
See Also