Example #1
0
        public ObjectVersionAndProperties SetPropertiesWithPermissionsEx(ObjVer objVer, PropertyValues propertyValues, MFACLEnforcingMode aclEnforcingMode = MFACLEnforcingMode.MFACLEnforcingModeAutomatic, AccessControlList aclProvided = null, object electronicSignature = null)
        {
            vault.MetricGatherer.MethodCalled();

            throw new NotImplementedException();
        }
Example #2
0
        public ObjectVersionAndProperties SetAllPropertiesWithPermissions(ObjVer objVer, bool allowModifyingCheckedInObject, PropertyValues propertyValues, MFACLEnforcingMode aclEnforcingMode = MFACLEnforcingMode.MFACLEnforcingModeAutomatic, AccessControlList aclProvided = null)
        {
            vault.MetricGatherer.MethodCalled();

            throw new NotImplementedException();
        }
Example #3
0
 public ObjectVersionAndProperties SetAllPropertiesWithPermissions(ObjVer ObjVer, bool AllowModifyingCheckedInObject, PropertyValues PropertyValues, MFACLEnforcingMode ACLEnforcingMode = MFACLEnforcingMode.MFACLEnforcingModeAutomatic, AccessControlList ACLProvided = null)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public ObjectVersionAndProperties SetAllPropertiesWithPermissionsEx(ObjVer ObjVer, bool AllowModifyingCheckedInObject, PropertyValues PropertyValues, MFACLEnforcingMode ACLEnforcingMode, AccessControlList ACLProvided, [System.Runtime.InteropServices.OptionalAttribute][System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.IDispatch)][System.Runtime.CompilerServices.IDispatchConstantAttribute] object ElectronicSignature)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public ObjectVersionAndProperties SetPropertiesWithPermissionsEx(ObjVer ObjVer, PropertyValues PropertyValues, MFACLEnforcingMode ACLEnforcingMode = MFACLEnforcingMode.MFACLEnforcingModeAutomatic, AccessControlList ACLProvided = null)
 {
     throw new NotImplementedException();
 }