NAME
ACME::MSDN::SPUtility - SPUtility.HideTaiwan Method (Microsoft.SharePoint.Utilities)
VERSION
Version 0.04
SYNOPSIS
This is a Implementation of part of MSDN SPUtility. http://msdn.microsoft.com/en-us/library/ms441219.aspx
This module does the following things: Checks whether the Taiwan calendar is hidden based on the specified Web site and locale ID. Checks if the China Gov really Lost Their Brain based on the specified Web site and locale ID. Checks if Bill-GAY$ and his 'Stuffz' lost thier Balls at Halloween based on the specified Web site and locale ID.
use ACME::MSDN::SPUtility;
my $fool = ACME::MSDN::SPUtility->new( $SPWeb, int $localeId);
say 'Hello, Taiwan!' if not $fool->HideTaiwan;
STDERR->say("I can't speak well if I don't have a brain!") if $fool->HideChina;
say STDERR 'Plz find my balls for me and give it back to me. I lost all of them!' if $fool->HideMicroSoft;
FUNCTIONS
new
Get a SPUtility object.
HideTaiwan
Checks whether the Taiwan calendar is hidden based on the specified Web site and locale ID.
HideChina
Checks if the China Gov really Lost Their Brain based on the specified Web site and locale ID.
HideMicroSoft
Checks if Bill-GAY$ and his 'Stuffz' lost thier Balls at Halloween based on the specified Web site and locale ID.
AUTHOR
BlueT - Matthew Lien - 練喆明, <BlueT at BlueT.org>
BUGS
Please report any bugs or feature requests to bug-acme-msdn-sputility at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=ACME-MSDN-SPUtility. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc ACME::MSDN::SPUtility
You can also look for information at:
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=ACME-MSDN-SPUtility
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2009 BlueT - Matthew Lien - 練喆明, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.