Message 1 of 6

Not applicable
07-02-2015
02:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey,
How i cant set this Member
oDocPart.ComponentDefinition.IsContentMember
to False ?
with this Code as Example i can Handle it with Property but this dosent set the "isContentMember" to False
so some Software indicate it also then as Content Center Part!
if PartComponentDefinition.IsContentMember = true then oDocPart.DisabledCommandTypes = 0 oDocPart.SubType = "{4D29B490-49B2-11D0-93C3-7E0706000000}" On Error Resume Next oDocPart.PropertySets.Item("Content Library Component Properties").Delete Dim DTPropSet As PropertySet Set DTPropSet = oDocPart.PropertySets.Item("Design Tracking Properties") DTPropSet.Item("Catalog Web Link").Value = "" end if
thx for Help
Mario
Solved! Go to Solution.