IsSharingSupported: Boolean;
IsSharingSupported: Boolean;
The IsSharingSupported property returns whether it is possible to add the object into the version control system.
If the object can be placed in the version control system, the property returns True, if not, it returns False.
The following repository objects can be placed in the version control system:
Folders.
Forms/modules/assemblies.
NET forms/.NET modules/.NET assemblies.
Resources object.
Use the Share method to place the object in the version control system.
The example of use is in the description of the Share method.
See also: