issynchronizable
flag for an object based on its class, the room class and the room.
If issynchronizable
is true
, synchronizing the object is allowed on devices. Otherwise, synchronizing the object is prohibited.
customize CPSynchronizableOnWorkplace <Folder, null> {
issynchronizable = expression { true; }
}
customize CPSynchronizableOnWorkplace <Folder, TeamRoom> {
issynchronizable = expression { false; }
}
boolean
FSCTEAMROOM@1.1001:CPSynchronizableOnWorkplace(
key ObjectClass
objclass,
key optional ObjectClass
roomclass,
Room
room,
out retval boolean
isynchronizable)
Name |
Description |
objclass |
the object class of the target object
|
roomclass |
the object class of the target object’s room
|
room |
the target object’s room
|
isynchronizable |
the evaluated
issynchronizable flag |
Additional Information