- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
Audiences in Microsoft Office
Audiences Generate QR Code In Visual C# Using Barcode maker for VS .NET Control to generate, create QR-Code image in .NET applications. Drawing QR-Code In .NET Using Barcode drawer for ASP.NET Control to generate, create Quick Response Code image in ASP.NET applications. Audiences are a useful feature introduced in SharePoint 2007 When it comes to building content management systems, or indeed any system for presenting information to end users, it s important that you display the right information to the right users On the surface, this may seem like a job for application security after all, security is partly about determining whether a user is authorized to perform a particular action In some circumstances, this is the case; however, consider the following scenario: A company provides an intranet application that displays relevant data and links to commonly used applications Users in one department are likely to have requirements different from users in another Both groups of users have access to all of the information, but certain items are more relevant to each group and should therefore be featured on the intranet site Clearly, this is not a security requirement, because both groups are authorized to view all content It s more of a personalization requirement, and this is where audiences come in useful By applying criteria to user properties, audiences can be easily compiled and used for personalizing content For example, to pick up on our line-of-business subtype, all users QR Maker In .NET Using Barcode maker for .NET Control to generate, create QR Code ISO/IEC18004 image in Visual Studio .NET applications. QR-Code Printer In VB.NET Using Barcode drawer for Visual Studio .NET Control to generate, create QR Code JIS X 0510 image in .NET applications. 17
Drawing Barcode In Java Using Barcode encoder for Android Control to generate, create bar code image in Android applications. Recognize EAN / UCC - 13 In Visual Basic .NET Using Barcode reader for .NET framework Control to read, scan read, scan image in Visual Studio .NET applications. User Pro les and Social Data
Generating Matrix 2D Barcode In Visual Studio .NET Using Barcode printer for ASP.NET Control to generate, create Matrix Barcode image in ASP.NET applications. Barcode Decoder In Java Using Barcode Control SDK for BIRT reports Control to generate, create, read, scan barcode image in BIRT reports applications. who have a particular cost center code can be grouped into a single audience Content related to that cost center can then be displayed where appropriate Code-128 Scanner In Java Using Barcode decoder for Java Control to read, scan read, scan image in Java applications. Code39 Maker In Java Using Barcode generation for Java Control to generate, create Code 39 Full ASCII image in Java applications. Organizations
EAN 13 Creator In None Using Barcode drawer for Word Control to generate, create EAN13 image in Word applications. EAN13 Reader In VB.NET Using Barcode reader for .NET Control to read, scan read, scan image in VS .NET applications. Although user profiles can contain properties that define where a specific user sits within an organizational hierarchy, sometimes it s more useful to know how an organization is structured at a higher level For example, if a user reports to a marketing manager, it s reasonable to assume that the user works within the marketing organization However, if you re looking for information in the marketing organization itself, this information doesn t help you If, however, the marketing organization has its own profile, you can easily locate the information that you need and understand how the marketing organization fits within the wider enterprise structure Organization profiles, new in SharePoint 2010, can also use custom properties and subtypes in the same way as user profiles Adding properties to organization profiles is similar to adding properties to user profiles the main difference is the manager objects that are used Here s an example: GS1 DataBar Truncated Printer In Java Using Barcode creator for Java Control to generate, create GS1 DataBar Stacked image in Java applications. Code 128 Drawer In None Using Barcode creation for Online Control to generate, create Code 128 Code Set B image in Online applications. void AddOrganizationProperty(string siteUrl) { using (SPSite site = new SPSite(siteUrl)) { SPServiceContext ctx = SPServiceContextGetContext(site); UserProfileConfigManager mgr = new UserProfileConfigManager(ctx); OrganizationProfileManager opm = new OrganizationProfileManager(ctx); ProfilePropertyManager ppm = mgrProfilePropertyManager; //Create Core property CorePropertyManager cpm = ppmGetCoreProperties(); CoreProperty p = cpmCreate(false); pName = "MyOrgName"; pType = "string"; pLength = 50; pDisplayName = "MyOrgDisplayName"; cpmAdd(p); //Create ProfileType property ProfileTypePropertyManager ptpm = ppmGetProfileTypeProperties(ProfileTypeOrganization); ProfileTypeProperty pt = ptpmCreate(p); ptIsVisibleOnEditor = true; ptpmAdd(pt); //Create ProfileSubType property ProfileSubtypePropertyManager pspm = ECC200 Generation In Visual Studio .NET Using Barcode generator for .NET Control to generate, create Data Matrix image in Visual Studio .NET applications. Scanning Code 39 In Visual Basic .NET Using Barcode scanner for .NET framework Control to read, scan read, scan image in VS .NET applications. Part IV
Drawing Barcode In Visual Studio .NET Using Barcode generator for .NET Control to generate, create bar code image in .NET framework applications. Code 39 Full ASCII Recognizer In Java Using Barcode recognizer for Java Control to read, scan read, scan image in Java applications. PART IV
Encoding Barcode In Visual Basic .NET Using Barcode printer for .NET framework Control to generate, create barcode image in .NET applications. Bar Code Generator In Objective-C Using Barcode generation for iPhone Control to generate, create bar code image in iPhone applications. Data Access
opmDefaultProfileSubtypeProperties; ProfileSubtypeProperty pst = pspmCreate(pt); pstDefaultPrivacy = PrivacyPublic; pspmAdd(pst); } } My Sites
One of the first steps in configuring user profiles for use within SharePoint is to set up a My Sites host by following these steps: 1 In Central Administration, under Application Management, create a new Site Collection using the My Site Host template from the Enterprise category 2 Once the My Sites site collection is up and running, we can configure the User Profile Service application and use it to create sites for each user In Central Administration, choose Manage Service Applications | User Profile Service Application | Setup My Sites In the My Site Host Location text box, enter the URL of the site collection that we just created: 17
User Pro les and Social Data
TIP Self-service site creation is defined at the web application level Creating a separate web application to host My Sites will allow greater administrative control over the sites that can be created within a SharePoint farm If My Sites is enabled on an existing web application, users with the appropriate permissions will be able to create other types of site collections, potentially leading to fragmented distribution of content and an ineffective use of resources 4 Now that we ve configured My Sites, users can manage their profiles and access their personal sites by clicking their username in the upperright corner of the page and then selecting My Profile: After selecting My Profile, the user is automatically directed to the My Sites site collection Across the top of the page are three links: My Profile, My Network, and My Content Let s take a look at each of these
|
|