MetadataCacheVaultPropertyDefOperationsRemovePropertyDefAdmin Method |
Namespace:
MFiles.VAF.MetadataCache
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic virtual void RemovePropertyDefAdmin(
int propertyDef,
bool copyToAnotherPropertyDef = false,
int targetPropertyDef = 0,
bool append = false,
bool deleteFromClassesIfNecessary = false
)
Public Overridable Sub RemovePropertyDefAdmin (
propertyDef As Integer,
Optional copyToAnotherPropertyDef As Boolean = false,
Optional targetPropertyDef As Integer = 0,
Optional append As Boolean = false,
Optional deleteFromClassesIfNecessary As Boolean = false
)
public:
virtual void RemovePropertyDefAdmin(
int propertyDef,
bool copyToAnotherPropertyDef = false,
int targetPropertyDef = 0,
bool append = false,
bool deleteFromClassesIfNecessary = false
)
Parameters
- propertyDef
- Type: SystemInt32
- copyToAnotherPropertyDef (Optional)
- Type: SystemBoolean
- targetPropertyDef (Optional)
- Type: SystemInt32
- append (Optional)
- Type: SystemBoolean
- deleteFromClassesIfNecessary (Optional)
- Type: SystemBoolean
See Also