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.
Resources object.
To put an object to version control system, use the IMetabaseObjectDescriptor.Share method.
The example of use is given in description of the IMetabaseObjectDescriptor.Share method.
See also: